#
LSH
2023-07-21 8041ff1c93a86f2f1b9e4ed2b61fa65a01562665
1
2
3
4
5
6
7
8
package com.zy.system.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.system.entity.Config;
 
public interface ConfigService extends IService<Config> {
 
}