Commit 38903735 authored by YangZhaoJun1's avatar YangZhaoJun1

aa

parent 065db43b
...@@ -23,6 +23,7 @@ import java.util.List; ...@@ -23,6 +23,7 @@ import java.util.List;
public class BGrade extends IdEntity<BGrade> { public class BGrade extends IdEntity<BGrade> {
private static final long serialVersionUID = -7596273136358665894L;
/*年级编号*/ /*年级编号*/
@NotBlank @NotBlank
@Length(min = 1,max = 50,message = "长度最小为1,最大为50") @Length(min = 1,max = 50,message = "长度最小为1,最大为50")
......
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