1234567891011121314151617 |
- //
- // RQHomeSubPageSortItemViewModel.h
- // SDJK
- //
- // Created by 张嵘 on 2021/8/5.
- //
- #import "RQCommonCollecttionItemViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQHomeSubPageSortItemViewModel : RQCommonCollecttionItemViewModel
- /// 序号
- @property (nonatomic, readwrite, copy) NSString *serialNumberStr;
- @end
- NS_ASSUME_NONNULL_END
|