BaseIDAndNameModel.m 273 B

123456789101112131415
  1. //
  2. // BaseIDAndNameModel.m
  3. // IBOSS
  4. //
  5. // Created by apple on 2017/5/23.
  6. // Copyright © 2017年 沈阳东科云信软件有限公司. All rights reserved.
  7. //
  8. // 功能描述:id,name模型
  9. //
  10. #import "BaseIDAndNameModel.h"
  11. @implementation BaseIDAndNameModel
  12. @end