|
|
|
|
@ -13,8 +13,9 @@ import com.ass.ssm.model.mapper.dao.GetMethodMapper;
@@ -13,8 +13,9 @@ import com.ass.ssm.model.mapper.dao.GetMethodMapper;
|
|
|
|
|
import com.ass.ssm.model.mapper.server.GetMethodServer; |
|
|
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
|
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
|
|
|
|
|
|
|
@Service |
|
|
|
|
@Transactional |
|
|
|
|
@Transactional(rollbackFor = Exception.class) |
|
|
|
|
public class GetMethodServerImpl extends ServiceImpl<GetMethodMapper, GetMethodDao> implements GetMethodServer { |
|
|
|
|
} |
|
|
|
|
|