- //
- // StudentChangeSchoolModel.m
- // jiaPei
- //
- // Created by 张嵘 on 2019/7/1.
- // Copyright © 2019 JCZ. All rights reserved.
- //
- #import "StudentChangeSchoolModel.h"
- @implementation StudentChangeSchoolModel
- + (BOOL)propertyIsOptional:(NSString *)propertyName{
- return YES;
- }
- @end
|