fix: 告警列表
parent
793bfe2459
commit
f59dbb78e2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue