Files
tyc-server-v2/common/uniqueid/sn_test.go
2026-01-22 16:04:12 +08:00

8 lines
102 B
Go

package uniqueid
import "testing"
func TestGenSn(t *testing.T) {
GenSn(SN_PREFIX_HOMESTAY_ORDER)
}