xuhy
23 小时以前 8c1cf98149c48f3ccc6db8574d6bdb76ff541772
1
2
3
4
5
6
7
package com.stylefeng.guns.modular.system.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.stylefeng.guns.modular.system.model.Company;
 
public interface ICompanyService extends IService<Company> {
}