1
This commit is contained in:
13
dao/printer_test.go
Normal file
13
dao/printer_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package dao
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git.rosy.net.cn/jx-print/globals"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestGetPrinters(t *testing.T) {
|
||||
data, err := GetPrintersPage(globals.GetDB(), 1000, "", "", -9, -9, 0, 10, "")
|
||||
fmt.Println("data=======", data)
|
||||
fmt.Println("data=======", err)
|
||||
}
|
||||
Reference in New Issue
Block a user