InventorySearchModel.m 299 B

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