Commit f350512eb0b9d18f8a9bdabf6c2653982122bd7d

Authored by 房远帅
2 parents 28265886 088db202

Merge branch 'master_chujiang_0805' into master_quotation

... ... @@ -78,6 +78,12 @@ public class ShipmentsPlanBo extends BaseBo<ShipmentsPlan> {
78 78 private Boolean autoGenerate;
79 79
80 80 /**
  81 + * 来源(APPLY_SHIPMENT-申请发货)
  82 + */
  83 + @ApiModelProperty("来源")
  84 + private String source;
  85 +
  86 + /**
81 87 * 创建人ID
82 88 */
83 89 @ApiModelProperty("创建人ID")
... ...