Commit adf7ddb6 authored by hongguangwu's avatar hongguangwu

MVP1.7.11-是否自动生成解除劳动合同书 0否1是

parent b722c2ed
......@@ -287,6 +287,15 @@ public class SysHouseHoldInfo extends BaseEntity {
@ExcelProperty("是否单个接口")
private String isSingle;
/**
* 是否自动生成解除劳动合同书 0否1是(是的话,走单个推送,因为税友的减员接口没有批量附件的字段)
*/
@ExcelAttribute(name = "是否自动生成解除劳动合同书" )
@Schema(description ="是否自动生成解除劳动合同书")
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("是否自动生成解除劳动合同书 0否1是")
private String isAutoLeavDoc;
/**
* 审核人部门
*/
......
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