1234567891011121314151617 |
- //
- // AS_GoodsSizeC.h
- // Asteria
- //
- // Created by 王猛 on 2024/1/23.
- //
- #import <WMBase/WMBase.h>
- #import "GoodsInformationM.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface AS_GoodsSizeC : UCMBaseC
- @property (nonatomic, strong) NSString *entity_id;
- @property (nonatomic, strong) GoodsInformationM *model;
- @end
- NS_ASSUME_NONNULL_END
|