| | |
| | | import com.java110.dto.businessTableHis.BusinessTableHisDto; |
| | | import com.java110.entity.mapping.Mapping; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import com.java110.core.log.LoggerFactory; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | |
| | |
| | | * 中心服务 数据操作类 |
| | | * Created by wuxw on 2018/4/14. |
| | | */ |
| | | @Service("centerServiceDAOImpl") |
| | | @Service("devServiceDAOImpl") |
| | | @Transactional |
| | | public class DevServiceDAOImpl extends BaseServiceDao implements IDevServiceDAO { |
| | | |