机构类别导出修改

This commit is contained in:
zhangheng 2024-05-13 17:55:04 +08:00
parent ad14309baa
commit e7369c7779

View File

@ -34,7 +34,6 @@ public class AgencyCategory extends BaseEntity {
* 父级类别id
*/
@ApiModelProperty(value = "父级类别id")
@Excel(name = "父级类别id")
private Long parentCategoryId;
/**
@ -48,7 +47,6 @@ public class AgencyCategory extends BaseEntity {
* 类别编码
*/
@ApiModelProperty(value = "类别编码")
@Excel(name = "类别编码")
private String categoryCode;
/**