public interface ColorSchemeService
| Modifier and Type | Method and Description |
|---|---|
Boolean |
deleteById(String id)
根据id查询
|
void |
exportScheme(String schemeId)
导出颜色方案
|
Boolean |
importScheme(org.springframework.web.multipart.MultipartFile file,
String schemeId)
导入颜色方案
|
List<CmColorScheme> |
queryList()
查询所有方案
|
String |
saveOrUpdateInfo(CmColorScheme colorScheme)
保存或更新
|
String saveOrUpdateInfo(CmColorScheme colorScheme)
colorScheme - List<CmColorScheme> queryList()
void exportScheme(String schemeId)
schemeId - 颜色方案标识Copyright © 2025. All rights reserved.