// // AS_GoodsSizeC.h // Asteria // // Created by 王猛 on 2024/1/23. // #import #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