qnc init
This commit is contained in:
8
model/types/types.go
Normal file
8
model/types/types.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package types
|
||||
|
||||
type LawsuitType uint
|
||||
|
||||
const (
|
||||
Individual LawsuitType = 0
|
||||
Company LawsuitType = 1
|
||||
)
|
||||
Reference in New Issue
Block a user