skyouc
2025-03-06 666edb2c889556d3d963c341241cf43fafd32434
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/Purchase.java
@@ -59,7 +59,7 @@
     * 单据来源
     */
    @ApiModelProperty(value= "单据来源")
    private String from;
    private String source;
    /**
     * 预计到达时间
@@ -171,10 +171,10 @@
    public Purchase() {}
    public Purchase(String code,String type,String from,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,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) {
        this.code = code;
        this.type = type;
        this.from = from;
        this.source = source;
        this.preArr = preArr;
        this.anfme = anfme;
        this.qty = qty;