skyouc
2025-04-02 d107c1cca034fb6cdde077656fa1776d09a4442f
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/Purchase.java
@@ -57,7 +57,7 @@
    @ApiModelProperty(value = "erp主单标识")
    private String erpId;
    private String platId;
    /**
     * 单据来源
@@ -100,7 +100,7 @@
     * erp单号
     */
    @ApiModelProperty(value= "erp单号")
    private String erpCode;
    private String platCode;
    /**
     * 计划收货时间
@@ -175,17 +175,17 @@
    public Purchase() {}
    public Purchase(String code,String type,String source,String erpId ,Date preArr,Double anfme,Double qty,Double workQty,String channel,String erpCode,Date startTime,Date endTime,String project,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
    public Purchase(String code,String type,String source,String platId ,Date preArr,Double anfme,Double qty,Double workQty,String channel,String platCode,Date startTime,Date endTime,String project,Integer status,Integer deleted,Integer tenantId,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
        this.code = code;
        this.type = type;
        this.source = source;
        this.erpId = erpId;
        this.platId = platId;
        this.preArr = preArr;
        this.anfme = anfme;
        this.qty = qty;
        this.workQty = workQty;
        this.channel = channel;
        this.erpCode = erpCode;
        this.platCode = platCode;
        this.startTime = startTime;
        this.endTime = endTime;
        this.project = project;