dashboard
repositories
filestore
activity
search
login
main
/
swspkmas
教育训练处考试制证系统后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改非煤统计
“djh”
2025-03-19
0bc94d86e0caf9112d83da02c1b91a3ea343cb0a
[swspkmas.git]
/
exam-system
/
src
/
main
/
java
/
com
/
gkhy
/
exam
/
pay
/
service
/
CoalPayCategoryService.java
1
2
3
4
5
6
7
package com.gkhy.exam.pay.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.gkhy.exam.pay.entity.CoalPayCategory;
public interface CoalPayCategoryService extends IService<CoalPayCategory> {
}