clll
2023-09-14 f4904c7de38d0fed9b15ed8b52926bb6e8aceb9e
1
2
3
4
5
6
7
8
package com.example.springboot.service;
 
import org.springframework.stereotype.Service;
 
@Service
public class AlarmService {
 
}