StudentChangeSchoolModel.m 289 B

123456789101112131415
  1. //
  2. // StudentChangeSchoolModel.m
  3. // jiaPei
  4. //
  5. // Created by 张嵘 on 2019/7/1.
  6. // Copyright © 2019 JCZ. All rights reserved.
  7. //
  8. #import "StudentChangeSchoolModel.h"
  9. @implementation StudentChangeSchoolModel
  10. + (BOOL)propertyIsOptional:(NSString *)propertyName{
  11. return YES;
  12. }
  13. @end