lty
2025-05-21 ce7a8f994eead6c0c982afa01919427685b2bd1c
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> {
 
}