RQHomeSubPageSortItemViewModel.h 344 B

1234567891011121314151617
  1. //
  2. // RQHomeSubPageSortItemViewModel.h
  3. // SDJK
  4. //
  5. // Created by 张嵘 on 2021/8/5.
  6. //
  7. #import "RQCommonCollecttionItemViewModel.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface RQHomeSubPageSortItemViewModel : RQCommonCollecttionItemViewModel
  10. /// 序号
  11. @property (nonatomic, readwrite, copy) NSString *serialNumberStr;
  12. @end
  13. NS_ASSUME_NONNULL_END