Commit f3e6b2f8 authored by hongguangwu's avatar hongguangwu

Merge remote-tracking branch 'origin/MVP1.7.2' into MVP1.7.2

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