import ServiceBase from "./ServiceBase"; /** * 打印服务 */ export default class PrintService extends ServiceBase { GetPrintLogs(): Promise; GetPrinters(): Promise; GetPrintTemplates(): Promise; ScanPrinters(): Promise; Reprint(): Promise; }