SalesPaymentRankModel.m 271 B

1234567891011121314
  1. //
  2. // SalesPaymentRankModel.m
  3. // IBOSS
  4. //
  5. // Created by guan hong hou on 2017/8/23.
  6. // Copyright © 2017年 elongtian. All rights reserved.
  7. //
  8. // 功能描述:销售回款排行模型
  9. #import "SalesPaymentRankModel.h"
  10. @implementation SalesPaymentRankModel
  11. @end