|
|
@ -59,6 +59,10 @@ public class SysOrganize extends BaseBean {
|
|
|
|
@ApiParam(value ="组织描述")
|
|
|
|
@ApiParam(value ="组织描述")
|
|
|
|
private String organizeDescription;
|
|
|
|
private String organizeDescription;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="ORGANIZE_ADDRESS")
|
|
|
|
|
|
|
|
@ApiParam(value ="组织地址")
|
|
|
|
|
|
|
|
private String organizeAddress;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="ORGANIZE_SORT")
|
|
|
|
@Column(name="ORGANIZE_SORT")
|
|
|
|
@ApiParam(value ="排序" , example ="1")
|
|
|
|
@ApiParam(value ="排序" , example ="1")
|
|
|
|
private Integer organizeSort;
|
|
|
|
private Integer organizeSort;
|
|
|
|