Commit dd97dee8 authored by fangxinjiang's avatar fangxinjiang

权限配置页面

parent a4ceb7bb
......@@ -55,21 +55,21 @@ public class TInsuranceAreaExportVo implements Serializable {
@Schema(description = "办理人所在部门")
private String organName;
/**
* 办理-省
* 办理-省
*/
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelAttribute(name = "办理-省", isArea = true)
@NotBlank(message = "办理-省不能为空")
@ExcelProperty("档办理-省")
@Schema(description = "办理-省")
@ExcelAttribute(name = "办理-省", isArea = true)
@NotBlank(message = "办理-省不能为空")
@ExcelProperty("办理地-省")
@Schema(description = "办理-省")
private String province;
/**
* 办理-市
*/
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelAttribute(name = "办理-市",isArea = true, parentField = "province")
@ExcelProperty("办理-市")
@Schema(description = "办理-市")
@ExcelAttribute(name = "办理-市",isArea = true, parentField = "province")
@ExcelProperty("办理-市")
@Schema(description = "办理-市")
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