public interface DefaultsConfigurationService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
allocateDefaultsConfiguration(DefaultsConfigurationDTO defaultsConfigurationDTO) |
Collection<String> |
executeSQLTest(DefaultsConfigurationDTO defaultsConfigurationDTO) |
DefaultsConfigurationDTO |
queryByDfKeyAndFieldKey(String dfKey,
String fieldKey) |
void |
saveBatchListForForm(List<DefaultsConfigurationDTO> defaultsConfigurationDTOS) |
DefaultsConfigurationDTO queryByDfKeyAndFieldKey(String dfKey, String fieldKey) throws Exception
Exceptionvoid allocateDefaultsConfiguration(DefaultsConfigurationDTO defaultsConfigurationDTO) throws Exception
ExceptionCollection<String> executeSQLTest(DefaultsConfigurationDTO defaultsConfigurationDTO)
void saveBatchListForForm(List<DefaultsConfigurationDTO> defaultsConfigurationDTOS) throws SQLException
SQLExceptionCopyright © 2020. All rights reserved.