skyouc
3 天以前 5074c51d978a490a1d0e9dc116a874d33ddeb16c
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/excel/DeliveryTemplate.java
@@ -17,8 +17,8 @@
    private static final long serialVersionUID = 1L;
    @Excel(name = "*DO单号")
    @ApiModelProperty(value= "*PO单号")
    @ExcelComment(value = "poCode", example = "PO25413975")
    @ApiModelProperty(value= "*DO单号")
    @ExcelComment(value = "doCode", example = "DO25413975")
    private String doCode;
    @Excel(name = "*行号")
@@ -76,7 +76,7 @@
    @Excel(name = "物料名称")
    @ApiModelProperty(value= "物料名称")
    @ExcelComment(value = "matnrName", example = "TC-03128寸连体内上托")
    private String matnrName;
    private String maktx;
    /**
@@ -103,6 +103,14 @@
    @ExcelComment(value = "splrBatch", example = "20250401")
    private String splrBatch;
    /**
     * 供应商名称
     */
    @Excel(name = "供应商名称")
    @ApiModelProperty(value= "供应商名称")
    @ExcelComment(value = "splrName", example = "中扬立库技术有限公司")
    private String splrName;
    @Excel(name = "预计送达时间")
    @ApiModelProperty("预计送达时间")