Commit 97aaa856775ae6aa1a7ee9b1f7008e1ec386af05

Authored by 房远帅
1 parent 2aa2dd6b

楚江ERP:订货单去除总数量(sumNumber)

@@ -207,12 +207,6 @@ public class GetPurchaseOrderInfoBo extends BaseBo<PurchaseOrderInfo> { @@ -207,12 +207,6 @@ public class GetPurchaseOrderInfoBo extends BaseBo<PurchaseOrderInfo> {
207 private String customerTier; 207 private String customerTier;
208 208
209 /** 209 /**
210 - * 总数量  
211 - */  
212 - @ApiModelProperty("总数量")  
213 - private String sumNumber;  
214 -  
215 - /**  
216 * 撤销数量 210 * 撤销数量
217 */ 211 */
218 @ApiModelProperty("撤销数量") 212 @ApiModelProperty("撤销数量")