许鹏程
2023-06-19 0fa6f38d22cd4eb86b82da6419a255919866971f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package com.product.print.service.ide;
 
import com.product.admin.service.idel.IPublicService;
 
/**
 * @ClassName IPrintConfigService
 * @Description 打印配置 接口
 * @Author cheng
 * @Date 2021/11/30 15:46
 */
public interface IPrintConfigService {
    /**
     * 获取公共service
     *
     * @return
     */
    IPublicService getPublicService();
 
 
}