| | |
| | | @Data |
| | | public class ImportProcureOrderTemplate { |
| | | |
| | | @ExcelProperty("入库机构") |
| | | private String agencyName; |
| | | @ExcelProperty("入库仓库") |
| | | private String warehouseName; |
| | | @ExcelProperty("采购类型") |
| | | private String type; |
| | | @ExcelProperty("物品一级分类") |
| | | @ExcelProperty("一级分类") |
| | | private String categoryOne; |
| | | @ExcelProperty("物品二级分类") |
| | | @ExcelProperty("二级分类") |
| | | private String categoryTwo; |
| | | @ExcelProperty("物品三级分类") |
| | | @ExcelProperty("品类名称") |
| | | private String categoryThree; |
| | | @ExcelProperty("物品名称") |
| | | @ExcelProperty("管理分类") |
| | | private String type; |
| | | @ExcelProperty("品名") |
| | | private String goodsName; |
| | | @ExcelProperty("规格型号") |
| | | private String goodModelName; |
| | | @ExcelProperty("单位") |
| | | private String unit; |
| | | @ExcelProperty("物品类型") |
| | | private String goodsType; |
| | | @ExcelProperty("所在仓库") |
| | | private String warehouseName; |
| | | // @ExcelProperty("创建机构") |
| | | // private String agencyName; |
| | | @ExcelProperty("供货商") |
| | | private String supplierName; |
| | | @ExcelProperty("数量单位") |
| | | private String unit; |
| | | @ExcelProperty("单价(元)") |
| | | private String price; |
| | | @ExcelProperty("入库数量") |
| | | @ExcelProperty("库存数量") |
| | | private String num; |
| | | // @ExcelProperty("库管员") |
| | | // private String warehouseKeeper; |
| | | |
| | | } |