机构类别导出修改
This commit is contained in:
parent
ad14309baa
commit
e7369c7779
@ -34,7 +34,6 @@ public class AgencyCategory extends BaseEntity {
|
|||||||
* 父级类别id
|
* 父级类别id
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "父级类别id")
|
@ApiModelProperty(value = "父级类别id")
|
||||||
@Excel(name = "父级类别id")
|
|
||||||
private Long parentCategoryId;
|
private Long parentCategoryId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -48,7 +47,6 @@ public class AgencyCategory extends BaseEntity {
|
|||||||
* 类别编码
|
* 类别编码
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "类别编码")
|
@ApiModelProperty(value = "类别编码")
|
||||||
@Excel(name = "类别编码")
|
|
||||||
private String categoryCode;
|
private String categoryCode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user