Commit 5407864f authored by fangxinjiang's avatar fangxinjiang

批量派单试用期调整 fxj

parent e58736b9
...@@ -179,8 +179,8 @@ public class TDispatchImportVo extends RowIndex implements Serializable { ...@@ -179,8 +179,8 @@ public class TDispatchImportVo extends RowIndex implements Serializable {
/** /**
* 试用期(单位月) * 试用期(单位月)
*/ */
@Length(max = 3, message = "试用期 不能超过3个字符" ) @Length(max = 4, message = "试用期 不能超过3个字符" )
@ExcelAttribute(name = "试用期", maxLength = 3) @ExcelAttribute(name = "试用期", maxLength = 4)
@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