futian.liu
2023-12-14 4c4bf4cc32a99435777f06bc281fe8e942f7c323
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("导入成功!");
    }
}