|
|
|
@ -47,7 +47,7 @@ public class StudentController extends Controller {
|
|
|
|
|
*/
|
|
|
|
|
@Before({POST.class})
|
|
|
|
|
@IsLoginInterface({})
|
|
|
|
|
@EmptyInterface({"class_id", "student_name", "xb", "mz", "id_card", "zzmm", "birthday"})
|
|
|
|
|
@EmptyInterface({"class_id", "student_name", "xb", "mz", "zzmm", "birthday"})
|
|
|
|
|
@IsNumericInterface({"sort_id"})
|
|
|
|
|
@IsSysAdminInterface({"1", "2", "3", "4"})
|
|
|
|
|
@VerifyIDCardInterface({})
|
|
|
|
|