1
This commit is contained in:
13
services/print_server/app_server/print_activiation.go
Normal file
13
services/print_server/app_server/print_activiation.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package app_server
|
||||
|
||||
import "git.rosy.net.cn/jx-print/dao"
|
||||
|
||||
type PrintActivation struct {
|
||||
}
|
||||
|
||||
var PrintActivationServer = new(PrintActivation)
|
||||
|
||||
// QueryPrintHeard 查询打印机是否激活
|
||||
func (p *PrintActivation) QueryPrintHeard(printNo string) (bool, error) {
|
||||
return dao.PrintActivationDao.QueryPrintHeartBeat(printNo)
|
||||
}
|
||||
Reference in New Issue
Block a user