修改字段

This commit is contained in:
赵辉
2026-06-23 11:30:30 +08:00
parent 7ccb06ad79
commit 41fc2d1805
2 changed files with 0 additions and 6 deletions
@@ -294,7 +294,4 @@ public class UserShipperEntity extends BaseVOEntity {
@ApiModelProperty(name = "组织代码")
private String orgCode;
@ApiModelProperty(name = "额度数据JSON")
private String limitDataJson;
}
@@ -356,7 +356,4 @@ public class UserShipperPo implements Serializable {
private String isCheckCredit;
@ApiModelProperty(name = "组织代码")
private String orgCode;
@ApiModelProperty(name = "额度数据JSON")
private String limitDataJson;
}