优化标签校验
This commit is contained in:
parent
cc7e40b11d
commit
b99b921c15
|
|
@ -19,6 +19,7 @@ import javax.persistence.Column;
|
|||
import javax.persistence.Index;
|
||||
import javax.persistence.Table;
|
||||
import javax.validation.constraints.NotBlank;
|
||||
import javax.validation.constraints.NotNull;
|
||||
import java.util.Date;
|
||||
|
||||
@Getter
|
||||
|
|
|
|||
Loading…
Reference in New Issue