Files
jx-callback/business/jxstore/cms/conn_test.go
邹宗楠 14b55e118c 1
2022-12-29 18:35:46 +08:00

12 lines
140 B
Go

package cms
import (
"fmt"
"testing"
)
func TestConn(t *testing.T) {
err := DelPrinterSeq(1000, "120220915001012")
fmt.Println(err)
}