oms-gw推送-物料管理 修改企业国别字段类型
This commit is contained in:
@@ -38,7 +38,7 @@ public class ErpCountry implements Serializable {
|
||||
private Date pushTime;
|
||||
|
||||
@ApiModelProperty("推送人")
|
||||
private String pushBy;
|
||||
private Long pushBy;
|
||||
|
||||
@ApiModelProperty("所属组织ID")
|
||||
private Long organizationId;
|
||||
|
||||
@@ -31,7 +31,7 @@ public class ErpCountryPO {
|
||||
private Date pushTime;
|
||||
|
||||
@ApiModelProperty("推送人")
|
||||
private String pushBy;
|
||||
private Long pushBy;
|
||||
|
||||
@ApiModelProperty("所属组织ID")
|
||||
private Long organizationId;
|
||||
|
||||
Reference in New Issue
Block a user