updates 删除院校表部分字段
This commit is contained in:
parent
6ef570095a
commit
e6a9756b7f
|
|
@ -98,12 +98,6 @@ public class MiniSchoolDTO implements Serializable {
|
||||||
@ApiModelProperty(value = "标签")
|
@ApiModelProperty(value = "标签")
|
||||||
private Set<String> tagsList;
|
private Set<String> tagsList;
|
||||||
|
|
||||||
/**
|
|
||||||
* 统一代码
|
|
||||||
*/
|
|
||||||
@Excel(name = "统一代码", width = 15)
|
|
||||||
@ApiModelProperty(value = "统一代码")
|
|
||||||
private String unifiedCode;
|
|
||||||
/**
|
/**
|
||||||
* 一流大学
|
* 一流大学
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -98,12 +98,6 @@ public class ArtSchoolDTO implements Serializable {
|
||||||
@ApiModelProperty(value = "标签")
|
@ApiModelProperty(value = "标签")
|
||||||
private Set<String> tagsList;
|
private Set<String> tagsList;
|
||||||
|
|
||||||
/**
|
|
||||||
* 统一代码
|
|
||||||
*/
|
|
||||||
@Excel(name = "统一代码", width = 15)
|
|
||||||
@ApiModelProperty(value = "统一代码")
|
|
||||||
private java.lang.String unifiedCode;
|
|
||||||
/**
|
/**
|
||||||
* 一流大学
|
* 一流大学
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -211,12 +211,6 @@ public class YxSchool implements Serializable {
|
||||||
@ApiModelProperty(value = "占地面积(亩)")
|
@ApiModelProperty(value = "占地面积(亩)")
|
||||||
private java.lang.Double are;
|
private java.lang.Double are;
|
||||||
|
|
||||||
/**
|
|
||||||
* 统一代码
|
|
||||||
*/
|
|
||||||
@Excel(name = "统一代码", width = 15)
|
|
||||||
@ApiModelProperty(value = "统一代码")
|
|
||||||
private java.lang.String unifiedCode;
|
|
||||||
/**
|
/**
|
||||||
* 一流大学
|
* 一流大学
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue