打印机

This commit is contained in:
邹宗楠
2022-08-03 09:04:28 +08:00
parent 3ede3efd61
commit e552efc2ad
20 changed files with 435 additions and 22 deletions

View File

@@ -0,0 +1,11 @@
package app_server
import (
"fmt"
"testing"
)
func TestBinding(t *testing.T) {
err := PrintSettingInfoServer.SystemInitPrintSetting("199308263974")
fmt.Println(err)
}