// // BaseIDAndNameModel.m // IBOSS // // Created by apple on 2017/5/23. // Copyright © 2017年 沈阳东科云信软件有限公司. All rights reserved. // // 功能描述:id,name模型 // #import "BaseIDAndNameModel.h" @implementation BaseIDAndNameModel @end