main
黄海 2 years ago
parent 0cf3a552ce
commit 41826612b8

@ -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({})

Loading…
Cancel
Save