SuperModel.h 402 B

12345678910111213141516171819
  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. //文件中心的
  13. @property(nonatomic,assign) NSInteger code; //
  14. @end