Commit b2f2792b54a125ea368dcbd9abb7a1ac462b9048

Authored by yeqianyong
1 parent 6561fc26

楚江erp-发货明细报表:开票情况改为开票要求

... ... @@ -183,10 +183,10 @@ public class QueryShipmentDetailStatisticsBo extends BaseBo<ShipmentDetailStatis
183 183 private String yieldBatchNo;
184 184
185 185 /**
186   - * 开票情况
  186 + * 开票要求
187 187 */
188   - @ApiModelProperty("开票情况")
189   - private String invoicingStatus;
  188 + @ApiModelProperty("开票要求")
  189 + private String invoiceRequirements;
190 190
191 191 /**
192 192 * 订货日期
... ...