Commit d652ae197fa9e8abf7f04b9a461bace5ac1313c2

Authored by liquanyu
1 parent 407cb54c35

update code

Showing 1 changed file with 1 additions and 0 deletions

platform-dal/src/main/java/com/lyms/platform/pojo/OrganizationGroups.java View file @ d652ae1
... ... @@ -14,6 +14,7 @@
14 14 @Document(collection = "lyms_groups")
15 15 public class OrganizationGroups extends BaseModel{
16 16  
  17 +
17 18 private String id;
18 19 //机构id
19 20 private Integer owner;