1
This commit is contained in:
@@ -11,3 +11,9 @@ func TestGetPrinters(t *testing.T) {
|
||||
fmt.Println("data=======", data)
|
||||
fmt.Println("data=======", err)
|
||||
}
|
||||
|
||||
func TestGetPrintUse(t *testing.T) {
|
||||
have, err := PrintActivationDao.QueryPrintHeartBeat("20220818000001")
|
||||
fmt.Println(have)
|
||||
fmt.Println(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user