AS_GoodsSizeC.h 330 B

1234567891011121314151617
  1. //
  2. // AS_GoodsSizeC.h
  3. // Asteria
  4. //
  5. // Created by 王猛 on 2024/1/23.
  6. //
  7. #import <WMBase/WMBase.h>
  8. #import "GoodsInformationM.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface AS_GoodsSizeC : UCMBaseC
  11. @property (nonatomic, strong) NSString *entity_id;
  12. @property (nonatomic, strong) GoodsInformationM *model;
  13. @end
  14. NS_ASSUME_NONNULL_END