From aca3b4a5cacc948a21f654592c5b2fce53677a0c Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 09 Aug 2022 15:27:32 +0800 Subject: [PATCH] 20220809 最大上传512 --- src/main/java/com/xcong/farmer/cms/modules/system/service/IReleaseService.java | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/xcong/farmer/cms/modules/system/service/IReleaseService.java b/src/main/java/com/xcong/farmer/cms/modules/system/service/IReleaseService.java index aa53f79..2af8ed0 100644 --- a/src/main/java/com/xcong/farmer/cms/modules/system/service/IReleaseService.java +++ b/src/main/java/com/xcong/farmer/cms/modules/system/service/IReleaseService.java @@ -7,5 +7,10 @@ void releaseColumn(Long id, int type, Long companyId); - void releaseIndex(Long companyId); + void releaseColumns(int type, Long companyId); + + void releaseIndex(Long companyId, boolean hasSearch); + + void releaseAll(Long companyId); + } -- Gitblit v1.9.1