石广澎
2023-12-12 122f6d1db1e0af5ede6f96cd390f393e5f222e99
consum-base/src/main/java/com/consum/base/controller/BaseGoodsTemplateController.java
@@ -45,6 +45,7 @@
import com.walker.infrastructure.utils.StringUtils;
import com.walker.web.ResponseValue;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiImplicitParam;
import io.swagger.annotations.ApiImplicitParams;
import io.swagger.annotations.ApiOperation;
@@ -54,6 +55,7 @@
 * @Author 卢庆阳
 * @Date 2023/10/24
 */
@Api(value = "物品模板", tags = "物品模板")
@RestController
@RequestMapping("/pc/base/goods/template")
public class BaseGoodsTemplateController extends BaseController {
@@ -361,6 +363,6 @@
                }
            }).sheet(0).doRead();
        return ResponseValue.success("导入成功!", 1);
        return ResponseValue.success("导入成功!");
    }
}