Commit c1294507 authored by hongguangwu's avatar hongguangwu

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

parent 17033469
...@@ -294,7 +294,7 @@ public class SysHouseHoldInfo extends BaseEntity { ...@@ -294,7 +294,7 @@ public class SysHouseHoldInfo extends BaseEntity {
@Schema(description ="是否自动生成解除劳动合同书") @Schema(description ="是否自动生成解除劳动合同书")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("是否自动生成解除劳动合同书 0否1是") @ExcelProperty("是否自动生成解除劳动合同书 0否1是")
private String isAutoLeavDoc; private String isAutoLeaveDoc;
/** /**
* 审核人部门 * 审核人部门
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<result property="isSign" column="IS_SIGN"/> <result property="isSign" column="IS_SIGN"/>
<result property="customerNoYsd" column="CUSTOMER_NO_YSD"/> <result property="customerNoYsd" column="CUSTOMER_NO_YSD"/>
<result property="isSingle" column="IS_SINGLE"/> <result property="isSingle" column="IS_SINGLE"/>
<result property="isAutoLeavDoc" column="IS_AUTO_LEAVE_DOC"/> <result property="isAutoLeaveDoc" column="IS_AUTO_LEAVE_DOC"/>
</resultMap> </resultMap>
<resultMap id="sysHouseHoldSingleInfoMap" type="com.yifu.cloud.plus.v1.yifu.social.entity.SysHouseHoldInfo"> <resultMap id="sysHouseHoldSingleInfoMap" type="com.yifu.cloud.plus.v1.yifu.social.entity.SysHouseHoldInfo">
......
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