// // ASGoodsDetailsViewController.h // Asteria // // Created by xingyu on 2024/5/17. // #import NS_ASSUME_NONNULL_BEGIN @interface ASGoodsDetailsViewController : UCMBaseC @property (nonatomic, copy) NSString *entity_id; @end NS_ASSUME_NONNULL_END