Files
jx-print/services/print_server/app_server/setting_test.go
邹宗楠 e552efc2ad 打印机
2022-08-03 09:04:28 +08:00

12 lines
173 B
Go

package app_server
import (
"fmt"
"testing"
)
func TestBinding(t *testing.T) {
err := PrintSettingInfoServer.SystemInitPrintSetting("199308263974")
fmt.Println(err)
}