教育训练处考试制证系统后端
“djh”
2025-02-17 01abd59918bfc5412e23f685997bc4a4bfdbfc50
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> {
}