| | |
| | | import com.baomidou.mybatisplus.mapper.EntityWrapper; |
| | | import com.core.common.Cools; |
| | | import com.core.common.SpringUtils; |
| | | import com.zy.asrs.service.BasProcessProceduresService; |
| | | import com.zy.asrs.service.BasQualityTestingService; |
| | | import com.zy.asrs.service.OrderService; |
| | | import com.zy.asrs.service.*; |
| | | import com.zy.common.utils.Synchro; |
| | | import com.zy.system.entity.User; |
| | | import com.zy.system.service.UserService; |
| | |
| | | ); |
| | | } |
| | | |
| | | |
| | | public String getStandby1$() { |
| | | StoreTypeService service = SpringUtils.getBean(StoreTypeService.class); |
| | | StoreType storeType = service.selectById(this.standby1); |
| | | if (!Cools.isEmpty(storeType)) { |
| | | return String.valueOf(storeType.getStoreName()); |
| | | } |
| | | return null; |
| | | } |
| | | |
| | | public String getCstmrName$() { |
| | | OrderPakoutService service = SpringUtils.getBean(OrderPakoutService.class); |
| | | OrderPakout orderPakout = service.selectByNo(this.orderNo); |
| | | if (!Cools.isEmpty(orderPakout)) { |
| | | return String.valueOf(orderPakout.getCstmrName()); |
| | | } |
| | | return null; |
| | | } |
| | | |
| | | |
| | | public void sync(Object source) { |
| | | Synchro.Copy(source, this); |
| | | } |