| | |
| | | @ApiModelProperty(value= "单据类型") |
| | | private String type; |
| | | |
| | | |
| | | @ApiModelProperty(value = "erp主单标识") |
| | | private String erpId; |
| | | |
| | | /** |
| | | * 单据来源 |
| | | */ |
| | |
| | | |
| | | 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; |