hjl
2024-07-18 b9da8289051937fbbbd47bbda97414ad6c769a90
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.user.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.user.entity.RecoveryClassify;
 
/**
 * <p>
 * 回收分类表 服务类
 * </p>
 *
 * @author hjl
 * @since 2024-06-06
 */
public interface RecoveryClassifyService extends IService<RecoveryClassify> {
 
}