三方信用修改

This commit is contained in:
赵辉
2026-06-23 10:14:06 +08:00
parent 31247d7faa
commit 3224e87814
3 changed files with 338 additions and 144 deletions
@@ -294,4 +294,7 @@ public class UserShipperEntity extends BaseVOEntity {
@ApiModelProperty(name = "组织代码")
private String orgCode;
@ApiModelProperty(name = "额度数据JSON")
private String limitDataJson;
}
@@ -356,4 +356,7 @@ public class UserShipperPo implements Serializable {
private String isCheckCredit;
@ApiModelProperty(name = "组织代码")
private String orgCode;
@ApiModelProperty(name = "额度数据JSON")
private String limitDataJson;
}