#
cp
3 天以前 59fbaf58a71992995c84a09ad46c2a2a60c661a0
zy-asrs-common/src/main/java/com/zy/asrs/common/domain/entity/LocInPrintMatExcel.java
@@ -15,9 +15,11 @@
public class LocInPrintMatExcel extends Mat {
    @ExcelProperty(index = 0, value = "品号")
    private String matnr;
    @ExcelProperty(index = 1, value = "品名")
    private String matax;
    @ExcelProperty(index = 2, value = "打印数量")
//    @ExcelProperty(index = 1, value = "品名")
//    private String matax;
    @ExcelProperty(index = 1, value = "打印数量")
    private String anfme;
    @ExcelProperty(index = 2, value = "制令")
    private String decrees;
}