|
@@ -21,6 +21,9 @@ import java.util.List;
|
|
*/
|
|
*/
|
|
@HttpOpenApi(group = "admin.gubi.gubiTypeInfo", description = "一级分类")
|
|
@HttpOpenApi(group = "admin.gubi.gubiTypeInfo", description = "一级分类")
|
|
public interface IGubiTypeInfoService {
|
|
public interface IGubiTypeInfoService {
|
|
|
|
+ @HttpMethod(description = "清缓存")
|
|
|
|
+ public void clearCache();
|
|
|
|
+
|
|
@HttpMethod(description = "新增")
|
|
@HttpMethod(description = "新增")
|
|
public Boolean add(@NotNull @HttpParam(name = "gubiTypeInfo", type = HttpParamType.COMMON, description = "一级分类") GubiTypeInfo gubiTypeInfo,
|
|
public Boolean add(@NotNull @HttpParam(name = "gubiTypeInfo", type = HttpParamType.COMMON, description = "一级分类") GubiTypeInfo gubiTypeInfo,
|
|
@HttpParam(name = "adminId", type = HttpParamType.ADMIN_ID, description = "adminId") Long adminId) throws ServiceException;
|
|
@HttpParam(name = "adminId", type = HttpParamType.ADMIN_ID, description = "adminId") Long adminId) throws ServiceException;
|