Commit bbcdb861 authored by 赵啸非's avatar 赵啸非

添加修改pom

parent c27ab94f
......@@ -55,6 +55,8 @@ public class UserEntity extends UserVo implements IUser {
* 所属站点id,多个逗号分隔
*/
private String siteIds;
private Long siteId;
/**
* 所属区域code,多个逗号分隔
*/
......@@ -76,7 +78,9 @@ public class UserEntity extends UserVo implements IUser {
*/
private String lastLoginAddress;
public void setSiteId(Long siteId) {
this.siteId = siteId;
}
public UserEntity(){}
/**
......
......@@ -49,7 +49,7 @@ public class UserVo extends BaseEntityLong {
*/
private Long companyId;
private Long siteId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment