ycc-server/common/uniqueid/sn_test.go

8 lines
102 B
Go
Raw Permalink Normal View History

2025-06-19 17:12:48 +08:00
package uniqueid
import "testing"
func TestGenSn(t *testing.T) {
GenSn(SN_PREFIX_HOMESTAY_ORDER)
}