Commit 21b55a57 authored by hongguangwu's avatar hongguangwu

合同优化-待提交

parent 611fb0f5
......@@ -205,11 +205,11 @@ public class SysBaseSetInfo extends BaseEntity {
private BigDecimal personalProSum;
/**
* 是否大病: 1.是 2.否
* 是否大病: 0收取;1不收取
*/
@ExcelAttribute(name = "是否大病: 1.是 2.否")
@Schema(description = "是否大病: 1.是 2.否")
@ExcelProperty("是否大病: 1.是 2.否")
@ExcelAttribute(name = "是否大病: 0收取;1不收取")
@Schema(description = "是否大病: 0收取;1不收取")
@ExcelProperty("是否大病: 0收取;1不收取")
private String isIllness;
/**
......
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