Commit 407cb54c35e75530c458a1d98154929f5fad1616

Authored by liquanyu
1 parent e249b25e70

update code

Showing 1 changed file with 0 additions and 1 deletions

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