Commit be6de9ae authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

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