Showing
1 changed file
with
3 additions
and
3 deletions
| ... | ... | @@ -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 | * 订货日期 | ... | ... |