#
Junjie
7 天以前 4c63e9950b3fdf6e62632ae2c2b3bbf186814ab6
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> {
 
}