This commit is contained in:
邹宗楠
2022-05-18 15:27:30 +08:00
parent 837168d0fb
commit a1775edf9c
2 changed files with 6 additions and 2 deletions

View File

@@ -37,4 +37,7 @@ func TestCancelWaybill(t *testing.T) {
}
func Test11(t *testing.T) {
type1 := 3
type1 |=2
fmt.Println(type1)
}