Commit 43d23215 authored by hongguangwu's avatar hongguangwu

MVP1.7.15-税友50字

parent ff643555
...@@ -123,8 +123,8 @@ public class TSocialHouseholdInsertVo extends RowIndex implements Serializable { ...@@ -123,8 +123,8 @@ public class TSocialHouseholdInsertVo extends RowIndex implements Serializable {
/** /**
* 单位编号 * 单位编号
*/ */
@ExcelAttribute(name = "单位编号", maxLength = 20 ) @ExcelAttribute(name = "单位编号", maxLength = 50 )
@Length(max = 20, message = "单位编号不能超过20个字符") @Length(max = 50, message = "单位编号不能超过50个字符")
@Schema(description ="单位编号") @Schema(description ="单位编号")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("单位编号") @ExcelProperty("单位编号")
...@@ -143,8 +143,8 @@ public class TSocialHouseholdInsertVo extends RowIndex implements Serializable { ...@@ -143,8 +143,8 @@ public class TSocialHouseholdInsertVo extends RowIndex implements Serializable {
/** /**
* 医保单位编号 * 医保单位编号
*/ */
@ExcelAttribute(name = "医保-单位编号", maxLength = 20 ) @ExcelAttribute(name = "医保-单位编号", maxLength = 50 )
@Length(max = 20, message = "医保-单位编号不能超过20个字符") @Length(max = 50, message = "医保-单位编号不能超过50个字符")
@Schema(description ="医保-单位编号") @Schema(description ="医保-单位编号")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("医保-单位编号") @ExcelProperty("医保-单位编号")
......
...@@ -122,8 +122,8 @@ public class TSocialHouseholdUpdateVo extends RowIndex implements Serializable { ...@@ -122,8 +122,8 @@ public class TSocialHouseholdUpdateVo extends RowIndex implements Serializable {
/** /**
* 单位编号 * 单位编号
*/ */
@ExcelAttribute(name = "单位编号", maxLength = 20 ) @ExcelAttribute(name = "单位编号", maxLength = 50 )
@Length(max = 20, message = "单位编号不能超过20个字符") @Length(max = 50, message = "单位编号不能超过50个字符")
@Schema(description ="单位编号") @Schema(description ="单位编号")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("单位编号") @ExcelProperty("单位编号")
...@@ -142,8 +142,8 @@ public class TSocialHouseholdUpdateVo extends RowIndex implements Serializable { ...@@ -142,8 +142,8 @@ public class TSocialHouseholdUpdateVo extends RowIndex implements Serializable {
/** /**
* 医保单位编号 * 医保单位编号
*/ */
@ExcelAttribute(name = "医保-单位编号", maxLength = 20 ) @ExcelAttribute(name = "医保-单位编号", maxLength = 50 )
@Length(max = 20, message = "医保-单位编号不能超过20个字符") @Length(max = 50, message = "医保-单位编号不能超过50个字符")
@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