package model

const (
	OrderSigned = 1
	OrderPaid   = 2
)