|
|
@@ -24,26 +24,11 @@ public class OrderItemsExcel implements Serializable {
|
|
|
/**
|
|
|
* 商品编码
|
|
|
*/
|
|
|
- @ExcelProperty(value = "大字")
|
|
|
+ @ExcelProperty(value = "大字(必填)")
|
|
|
private String code;
|
|
|
/**
|
|
|
- * 花纹
|
|
|
- */
|
|
|
- @ExcelProperty("花纹")
|
|
|
- private String brandItem;
|
|
|
- /**
|
|
|
- * 规格型号
|
|
|
- */
|
|
|
- @ExcelProperty("规格型号")
|
|
|
- private String typeno;
|
|
|
- /**
|
|
|
- * 库存数量
|
|
|
- */
|
|
|
- @ExcelProperty("库存")
|
|
|
- private BigDecimal storageQuantity;
|
|
|
- /**
|
|
|
* 订货数量
|
|
|
*/
|
|
|
- @ExcelProperty(value = "数量")
|
|
|
+ @ExcelProperty(value = "数量(必填)")
|
|
|
private BigDecimal orderQuantity;
|
|
|
}
|