skyouc
2025-03-07 3f332022ca04a0fa2806f424a1126cb9392a6153
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/Purchase.java
@@ -55,6 +55,10 @@
    @ApiModelProperty(value= "单据类型")
    private String type;
    @ApiModelProperty(value = "erp主单标识")
    private String erpId;
    /**
     * 单据来源
     */
@@ -171,10 +175,11 @@
    public Purchase() {}
    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) {
    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) {
        this.code = code;
        this.type = type;
        this.source = source;
        this.erpId = erpId;
        this.preArr = preArr;
        this.anfme = anfme;
        this.qty = qty;