BMListModel.m 298 B

1234567891011121314151617181920
  1. //
  2. // BMListModel.m
  3. // BuguLive
  4. //
  5. // Created by 丁凯 on 2017/5/19.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import "BMListModel.h"
  9. @implementation BMListModel
  10. +(NSDictionary *)mj_replacedKeyFromPropertyName{
  11. return @{
  12. @"ID" : @"id",
  13. };
  14. }
  15. @end