Commit 8147fd58 authored by fangxinjiang's avatar fangxinjiang

社保派增委托备注优化-fxj

parent 01e60210
...@@ -159,4 +159,10 @@ public class ExcelAttributeConstants { ...@@ -159,4 +159,10 @@ public class ExcelAttributeConstants {
public static final String SOCIAL_DISPATCH_HANDLE_REASON = "social-conduct-add-reason"; public static final String SOCIAL_DISPATCH_HANDLE_REASON = "social-conduct-add-reason";
// 公积金办理失败类型 // 公积金办理失败类型
public static final String FUND_DISPATCH_HANDLE_REASON = "fund-conduct-add-reason"; public static final String FUND_DISPATCH_HANDLE_REASON = "fund-conduct-add-reason";
//社保派增委托备注
public static final String TRUST_REMARK_REDUCE = "trustRemarkReduce";
//社保派减委托备注
public static final String TRUST_REMARK_ADD = "trustRemarkAdd";
} }
...@@ -507,7 +507,7 @@ public class TDispatchImportVo extends RowIndex implements Serializable { ...@@ -507,7 +507,7 @@ public class TDispatchImportVo extends RowIndex implements Serializable {
* 委托备注 * 委托备注
*/ */
@Length(max = 100, message = "委托备注 不能超过100 个字符" ) @Length(max = 100, message = "委托备注 不能超过100 个字符" )
@ExcelAttribute(name = "委托备注", maxLength = 100) @ExcelAttribute(name = "委托备注", maxLength = 100,isDataId = true,dataType = ExcelAttributeConstants.TRUST_REMARK_REDUCE)
@Schema(description = "委托备注" ) @Schema(description = "委托备注" )
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("委托备注" ) @ExcelProperty("委托备注" )
......
...@@ -104,7 +104,7 @@ public class TDispatchReduceVo extends RowIndex implements Serializable { ...@@ -104,7 +104,7 @@ public class TDispatchReduceVo extends RowIndex implements Serializable {
/** /**
* 委托备注 * 委托备注
*/ */
@ExcelAttribute(name = "委托备注" , maxLength = 200) @ExcelAttribute(name = "委托备注" , maxLength = 200,isDataId = true,dataType = ExcelAttributeConstants.TRUST_REMARK_ADD)
@Schema(description = "委托备注" ) @Schema(description = "委托备注" )
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("委托备注" ) @ExcelProperty("委托备注" )
......
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