三方信用修改
This commit is contained in:
+3
@@ -294,4 +294,7 @@ public class UserShipperEntity extends BaseVOEntity {
|
||||
@ApiModelProperty(name = "组织代码")
|
||||
private String orgCode;
|
||||
|
||||
@ApiModelProperty(name = "额度数据JSON")
|
||||
private String limitDataJson;
|
||||
|
||||
}
|
||||
+3
@@ -356,4 +356,7 @@ public class UserShipperPo implements Serializable {
|
||||
private String isCheckCredit;
|
||||
@ApiModelProperty(name = "组织代码")
|
||||
private String orgCode;
|
||||
|
||||
@ApiModelProperty(name = "额度数据JSON")
|
||||
private String limitDataJson;
|
||||
}
|
||||
Reference in New Issue
Block a user