This commit is contained in:
shuo.wang
2025-04-18 11:07:01 +08:00
parent e130fcc29a
commit 43327a3c32
2 changed files with 10 additions and 0 deletions

View File

@@ -192,6 +192,9 @@ public class ZxjpApiRequest {
@ApiModelProperty(value = "报货物流仓库(编码)")
private String declareGoodsLogisticsWarehouse ;
@ApiModelProperty(value = "报货物流仓库" )
private String declareGoodsLogisticsWarehouseName;
@ApiModelProperty(value = "报货类型 0-按周报货 1-按月报货 2-自提" )
private String declareGoodsType;