Commit 606363cc authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent be6de9ae
...@@ -44,7 +44,7 @@ public class SysBaseSetSocialExportVo implements Serializable { ...@@ -44,7 +44,7 @@ public class SysBaseSetSocialExportVo implements Serializable {
/** /**
* 0.在用1.终止2过期 * 0.在用1.终止2过期
*/ */
@ExcelAttribute(name = "状态",readConverterExp = "0=启用,1=用,2=过期") @ExcelAttribute(name = "状态",readConverterExp = "0=启用,1=用,2=过期")
@Schema(description = "状态") @Schema(description = "状态")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("状态") @ExcelProperty("状态")
......
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