package com.matrix.system.app.action; import com.matrix.core.pojo.AjaxResult; import io.swagger.annotations.Api; import org.springframework.web.bind.annotation.RequestMapping; /** * @author wzy * @date 2020-12-27 **/ @Api(value = "ApiStoreAction", tags = "库存管理接口类") @RequestMapping(value = "/api/store") public class ApiStoreAction { }