ASGoodsDetailsViewController.h 275 B

123456789101112131415161718
  1. //
  2. // ASGoodsDetailsViewController.h
  3. // Asteria
  4. //
  5. // Created by xingyu on 2024/5/17.
  6. //
  7. #import <WMBase/WMBase.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface ASGoodsDetailsViewController : UCMBaseC
  10. @property (nonatomic, copy) NSString *entity_id;
  11. @end
  12. NS_ASSUME_NONNULL_END