|
@ -22,7 +22,7 @@ import java.util.List; |
|
|
public interface SysSettingsMapper extends BaseMapper<SysSettings> { |
|
|
public interface SysSettingsMapper extends BaseMapper<SysSettings> { |
|
|
List<SysSettingVO> getConfig(String type); |
|
|
List<SysSettingVO> getConfig(String type); |
|
|
|
|
|
|
|
|
Boolean updateBatch(List<SysSettingsDTO> dto); |
|
|
|
|
|
|
|
|
Boolean updateById(SysSettingsDTO dto); |
|
|
|
|
|
|
|
|
int getIdByCode(String type); |
|
|
int getIdByCode(String type); |
|
|
} |
|
|
} |
|
|