CustomerBalanceModel.m 288 B

1234567891011121314
  1. //
  2. // CustomerBalanceModel.m
  3. // IBOSS
  4. //
  5. // Created by apple on 2017/5/24.
  6. // Copyright © 2017年 沈阳东科云信软件有限公司. All rights reserved.
  7. //
  8. // 功能描述:客户往来余额model
  9. //
  10. #import "CustomerBalanceModel.h"
  11. @implementation CustomerBalanceModel
  12. @end