SuperModel.h 338 B

123456789101112131415161718
  1. //
  2. // SuperModel.h
  3. // YDCoolNew
  4. //
  5. // Created by huangxiaodong.xiaoyou on 2018/7/3.
  6. // Copyright © 2018年 huangxiaodong.xiaoyou. All rights reserved.
  7. //
  8. #import "JSONModel.h"
  9. @interface SuperModel : JSONModel
  10. @property(nonatomic,copy) NSString* msg;//描述信息
  11. @property(nonatomic,assign) NSInteger status; //错误码
  12. @end