7 lines
59 B
Go
7 lines
59 B
Go
package model
|
|
|
|
const (
|
|
OrderSigned = 1
|
|
OrderPaid = 2
|
|
)
|