zjj
21 小时以前 d7637e7da67eed5c0c924b1200d839b2ba71a788
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/excel/PurchaseTemplate.java
@@ -8,6 +8,7 @@
import lombok.experimental.Accessors;
import java.io.Serializable;
import java.util.Date;
@Data
@ExcelAutoColumnSize
@@ -29,13 +30,13 @@
    @Excel(name = "单据类型")
    @ApiModelProperty(value= "单据类型")
    @ExcelComment(value = "type", example = "采购入库单")
    @ExcelComment(value = "type", example = "入库单")
    private String type;
    @Excel(name = "业务类型")
    @ApiModelProperty(value= "业务类型")
    @ExcelComment(value = "wkType", example = "外购收货")
    @ExcelComment(value = "wkType", example = "采购入库单")
    private String wkType;
    @Excel(name = "项目名称")
@@ -131,10 +132,11 @@
    @ExcelComment(value = "splrBatch", example = "20250401")
    private String splrBatch;
    @Excel(name = "预计送达时间")
    @ApiModelProperty("预计送达时间")
    @ExcelComment(value = "arrTime", example = "2025-05-21")
    private String arrTime;
    private Date arrTime;
    @Excel(name = "备注")