This commit is contained in:
邹宗楠
2025-12-23 15:20:16 +08:00
parent d59afef720
commit 5b239f52d7
7 changed files with 61644 additions and 61340 deletions

View File

@@ -309,3 +309,7 @@ func (c *PrinterHandler) SetSound(ctx *jxcontext.Context, id1, id2, sound string
}
return err
}
func GetPrintList(printNo, printKey string, status, isOnline int, page, size int) ([]*jxprintapi.PrintList, error) {
return api.JxPrintAPI.GetPrintList(printNo, printKey, status, isOnline, page, size)
}