委托方查询接口添加结算币种;

This commit is contained in:
王奎兴
2026-01-10 20:39:53 +08:00
parent f7e6f70321
commit c337a7ed49
5 changed files with 26 additions and 34 deletions
@@ -70,4 +70,6 @@ public class QueryAllShipperInfoVo {
@ApiModelProperty(name = "一级组织ID")
private Long topOrganizationId;
}
@ApiModelProperty("结算币种")
private String settlementCurrency;
}