Commit dd97dee8 authored by fangxinjiang's avatar fangxinjiang

权限配置页面

parent a4ceb7bb
...@@ -55,21 +55,21 @@ public class TInsuranceAreaExportVo implements Serializable { ...@@ -55,21 +55,21 @@ public class TInsuranceAreaExportVo implements Serializable {
@Schema(description = "办理人所在部门") @Schema(description = "办理人所在部门")
private String organName; private String organName;
/** /**
* 办理-省 * 办理-省
*/ */
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelAttribute(name = "办理-省", isArea = true) @ExcelAttribute(name = "办理-省", isArea = true)
@NotBlank(message = "办理-省不能为空") @NotBlank(message = "办理-省不能为空")
@ExcelProperty("档办理-省") @ExcelProperty("办理地-省")
@Schema(description = "办理-省") @Schema(description = "办理-省")
private String province; private String province;
/** /**
* 办理-市 * 办理-市
*/ */
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelAttribute(name = "办理-市",isArea = true, parentField = "province") @ExcelAttribute(name = "办理-市",isArea = true, parentField = "province")
@ExcelProperty("办理-市") @ExcelProperty("办理-市")
@Schema(description = "办理-市") @Schema(description = "办理-市")
private String city; private String city;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment