This commit is contained in:
邹宗楠
2024-01-10 09:28:12 +08:00
parent 31ca7605c8
commit 5cd7764c6e
7 changed files with 223 additions and 202 deletions

View File

@@ -0,0 +1,11 @@
package event
import (
"fmt"
)
var PrintObject = make(map[string]*TcpClient, 0)
func init() {
fmt.Println("初始化打印机对象")
}