#
Junjie
10 天以前 ce13e25ed685ba5c961832d023ceafecf4f30d47
1
2
3
4
5
6
7
8
package com.zy.system.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.system.entity.Resource;
 
public interface ResourceService extends IService<Resource> {
 
}