| | |
| | | import com.alibaba.excel.annotation.write.style.ColumnWidth; |
| | | import com.core.common.Cools; |
| | | import com.core.common.SpringUtils; |
| | | import com.zy.asrs.service.BasLocType1Service; |
| | | import com.zy.system.entity.User; |
| | | import com.zy.system.service.UserService; |
| | | import lombok.Data; |
| | |
| | | @Data |
| | | public class ViewWorkInBean { |
| | | |
| | | @ExcelIgnore |
| | | private int pageNumber; |
| | | |
| | | @ExcelIgnore |
| | | private int pageSize; |
| | | private Integer pageNumber; |
| | | |
| | | @ExcelIgnore |
| | | private Integer pageSize; |
| | | |
| | | @ExcelIgnore |
| | | private int stay_time; |
| | |
| | | @ExcelProperty(value = "库位号") |
| | | private String loc_no; |
| | | |
| | | @ExcelProperty(value = "货站码") |
| | | @ExcelProperty(value = "货架条码") |
| | | private String supp_code; |
| | | |
| | | @ExcelProperty(value = "货架条码") |
| | | private String zpallet; |
| | | |
| | | |
| | | @ExcelIgnore |
| | | private Long loc_type1; |
| | | |
| | | @ExcelProperty(value = "库位类型") |
| | | private String loc_type1$; |
| | | |
| | | @ExcelProperty(value = "楼层") |
| | | private Integer floor; |
| | | |
| | | |
| | | @ExcelProperty(value = "数量") |
| | | private Double anfme; |
| | |
| | | private Double volume; |
| | | |
| | | |
| | | |
| | | @ExcelProperty(value = "供应商") |
| | | private String supp; |
| | | |
| | | |
| | | |
| | | @ExcelIgnore |
| | |
| | | appeTime = appe_time; |
| | | } |
| | | |
| | | public String getLoc_type1$() { |
| | | BasLocType1Service service = SpringUtils.getBean(BasLocType1Service.class); |
| | | BasLocType1 basLocType1 = service.selectById(this.loc_type1); |
| | | if (!Cools.isEmpty(basLocType1)) { |
| | | return String.valueOf(basLocType1.getLocDesc()); |
| | | } |
| | | return null; |
| | | } |
| | | |
| | | public String getModiUser$() { |
| | | UserService service = SpringUtils.getBean(UserService.class); |
| | | User user = service.selectById(this.modi_user); |