Commit e1eaf909 authored by hongguangwu's avatar hongguangwu

社保基数配置-0是1否

parent 21b55a57
......@@ -213,11 +213,11 @@ public class SysBaseSetInfo extends BaseEntity {
private String isIllness;
/**
* 收费模式:新员工入职是否收费 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 isChargePersonal;
/**
......@@ -237,11 +237,11 @@ public class SysBaseSetInfo extends BaseEntity {
private BigDecimal chargePersonal;
/**
* 大病缴纳周期:收取方式 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 collectType;
/**
......@@ -309,11 +309,11 @@ public class SysBaseSetInfo extends BaseEntity {
private Integer fundPayPoint;
/**
* 公积金类型 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 Integer fundPayType;
/**
......
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