| | |
| | | import com.nanometer.smartlab.util.MessageUtil; |
| | | import org.apache.commons.lang.StringUtils; |
| | | import org.apache.log4j.Logger; |
| | | import org.springframework.context.annotation.Lazy; |
| | | import org.springframework.dao.DataAccessException; |
| | | import org.springframework.dao.DataIntegrityViolationException; |
| | | import org.springframework.dao.DuplicateKeyException; |
| | |
| | | |
| | | @Resource(name = "opeApplyDao") |
| | | OpeApplyDao opeApplyDao; |
| | | @Lazy |
| | | @Resource |
| | | OpeOrderService opeOrderService; |
| | | @Lazy |
| | | @Resource |
| | | OpeReagentStatusService opeReagentStatusService; |
| | | @Lazy |
| | | @Resource |
| | | OpeWarehouseReserveService opeWarehouseReserveService; |
| | | |