qnc-server-old/model/types/types.go

9 lines
104 B
Go
Raw Permalink Normal View History

2024-09-14 10:48:09 +08:00
package types
type LawsuitType uint
const (
Individual LawsuitType = 0
Company LawsuitType = 1
)