dashboard
repositories
filestore
activity
search
login
main
/
hazardInvestigationSystem
隐患排查综合管控系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
要素树
郑永安
2023-07-18
1964314fc149ff51c89bc82cbb27fd4ee754b7e3
[hazardInvestigationSystem.git]
/
src
/
main
/
java
/
com
/
gk
/
hotwork
/
Service
/
SmsLogService.java
1
2
3
4
5
6
7
8
package com.gk.hotwork.Service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.gk.hotwork.Domain.SmsLog;
public interface SmsLogService extends IService<SmsLog> {
}