Commit 013f2475 authored by fangxinjiang's avatar fangxinjiang

添加我司到款单位-fxj

parent 3da31162
...@@ -900,4 +900,14 @@ public class TDispatchInfo extends BaseEntity { ...@@ -900,4 +900,14 @@ public class TDispatchInfo extends BaseEntity {
@Schema(description ="社保待购买id") @Schema(description ="社保待购买id")
@TableField(exist = false) @TableField(exist = false)
private String preId; private String preId;
/**
* 我司到款单位
*/
@Length(max = 100, message = "我司到款单位 不能超过100个字符" )
@ExcelAttribute(name = "我司到款单位", maxLength = 100)
@Schema(description = "我司到款单位" )
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("我司到款单位" )
private String unitOfOurCompany;
} }
...@@ -1341,4 +1341,14 @@ public class TSocialFundInfo extends BaseEntity { ...@@ -1341,4 +1341,14 @@ public class TSocialFundInfo extends BaseEntity {
private SysBaseSetInfo socialSetInfo; private SysBaseSetInfo socialSetInfo;
@TableField(exist = false) @TableField(exist = false)
private SysBaseSetInfo fundSetInfo; private SysBaseSetInfo fundSetInfo;
/**
* 我司到款单位
*/
@Length(max = 100, message = "我司到款单位 不能超过100个字符" )
@ExcelAttribute(name = "我司到款单位", maxLength = 100)
@Schema(description = "我司到款单位" )
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("我司到款单位" )
private String unitOfOurCompany;
} }
...@@ -1279,4 +1279,14 @@ public class TSocialInfo extends BaseEntity { ...@@ -1279,4 +1279,14 @@ public class TSocialInfo extends BaseEntity {
@TableField(exist = false) @TableField(exist = false)
private String ysdOverDueFlag; private String ysdOverDueFlag;
/**
* 我司到款单位
*/
@Length(max = 100, message = "我司到款单位 不能超过100个字符" )
@ExcelAttribute(name = "我司到款单位", maxLength = 100)
@Schema(description = "我司到款单位" )
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("我司到款单位" )
private String unitOfOurCompany;
} }
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