|
@@ -15,7 +15,7 @@ import cc.iotkit.data.ICommonData;
|
|
|
import cc.iotkit.model.alert.AlertConfig;
|
|
|
|
|
|
|
|
|
-public interface IAlertConfigData extends ICommonData<AlertConfig, String> {
|
|
|
+public interface IAlertConfigData extends ICommonData<AlertConfig, Long> {
|
|
|
|
|
|
|
|
|
Paging<AlertConfig> selectAlertConfigPage(PageRequest<AlertConfig> request);
|