1
This commit is contained in:
11
business/jxstore/event/event_print.go
Normal file
11
business/jxstore/event/event_print.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package event
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
var PrintObject = make(map[string]*TcpClient, 0)
|
||||
|
||||
func init() {
|
||||
fmt.Println("初始化打印机对象")
|
||||
}
|
||||
Reference in New Issue
Block a user