WangHan
2025-04-02 a8ba678a3fe5a39da2c732014cebbb66e408e97c
consum-base/src/main/java/com/consum/base/controller/BaseGoodsModelsController.java
@@ -18,14 +18,12 @@
import com.walker.infrastructure.utils.StringUtils;
import com.walker.web.ResponseValue;
import io.swagger.annotations.Api;
/**
 * @Description 规格型号
 * @Author 卢庆阳
 * @Date 2023/10/25
 */
@Api(value = "规格型号", tags = "规格型号")
// @Api(value = "规格型号", tags = "规格型号")
@RestController
@RequestMapping("/pc/base/goods/models")
public class BaseGoodsModelsController extends BaseController {
@@ -82,7 +80,7 @@
    /**
     * 修改状态
     *
     *
     * @author 卢庆阳
     * @date 2023/10/25
     */