Browse Source

区分部门和公司id

hym 4 years ago
parent
commit
46b3f80cd9
1 changed files with 5 additions and 0 deletions
  1. 5 0
      common/src/main/java/com/huaxu/model/ProgramItem.java

+ 5 - 0
common/src/main/java/com/huaxu/model/ProgramItem.java

@@ -18,5 +18,10 @@ public class ProgramItem implements Serializable {
 
 
     @ApiModelProperty(value="机构id")
     @ApiModelProperty(value="机构id")
     private Integer orgId;
     private Integer orgId;
+    @ApiModelProperty(value="部门机构id")
+    private Integer orgDeparmtmentId;
+    @ApiModelProperty(value="部门机构id")
+    private Integer orgCompanyId;
+    private Integer orgType;
 
 
 }
 }