// // ASGoodsDetailsVM.h // Asteria // // Created by 王猛 on 2023/12/26. // #import "RYBaseVM.h" #import "GoodsInformationM.h" #import "GoodsReviewsListM.h" #define Goods_productGetProductsById BaseRequestrUrl(@"rewrite/product/getProductsById") #define Goods_productGetProductsReview BaseRequestrUrl(@"rewrite/product/getProductReview") NS_ASSUME_NONNULL_BEGIN @interface ASGoodsDetailsVM : RYBaseVM @end NS_ASSUME_NONNULL_END