Commit 07bd4f1e authored by hongguangwu's avatar hongguangwu

0按定值 1按比例

parent ad8986bd
...@@ -569,12 +569,12 @@ public class TSocialFundInfo extends BaseEntity { ...@@ -569,12 +569,12 @@ public class TSocialFundInfo extends BaseEntity {
@ExcelProperty("大病缴纳周期:0按年1按月" ) @ExcelProperty("大病缴纳周期:0按年1按月" )
private String collectType; private String collectType;
/** /**
* 大病取值方式0 按比例 1按定值 * 大病取值方式0按定值 1按比例
*/ */
@Length(max = 1, message = "大病取值方式0 按比例 1按定值 不能超过1个字符" ) @Length(max = 1, message = "大病取值方式0按定值 1按比例 不能超过1个字符" )
@ExcelAttribute(name = "大病取值方式0 按比例 1按定值", maxLength = 1) @ExcelAttribute(name = "大病取值方式0按定值 1按比例", maxLength = 1)
@Schema(description = "大病取值方式0 按比例 1按定值" ) @Schema(description = "大病取值方式0按定值 1按比例" )
@ExcelProperty("大病取值方式0 按比例 1按定值" ) @ExcelProperty("大病取值方式0按定值 1按比例 " )
private String valueType; private String valueType;
/** /**
* 大病按年收收取月份1-12月 * 大病按年收收取月份1-12月
......
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