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