fix: 告警列表

V0.5.x
regan 2023-06-17 14:47:09 +08:00
parent 793bfe2459
commit f59dbb78e2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import java.util.UUID;
@Primary
@Service
public class AlertConfigDataImpl implements IAlertConfigData, IJPACommData<AlertConfig, String> {
public class AlertConfigDataImpl implements IAlertConfigData, IJPACommData<AlertConfig, Long> {
@Autowired
private AlertConfigRepository alertConfigRepository;