新增是否合作单位字段
This commit is contained in:
@@ -92,6 +92,9 @@ public class Organization implements Serializable {
|
||||
@ApiModelProperty(value = "负责人id")
|
||||
private Integer leaderId;
|
||||
|
||||
@ApiModelProperty(value = "是否合作单位")
|
||||
private Integer isCoop;
|
||||
|
||||
@ApiModelProperty(value = "排序号")
|
||||
private Integer sortNumber;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user