fonchain-fiee/pkg/service/bundle/model/orderStatus.go

7 lines
59 B
Go
Raw Normal View History

2025-02-21 13:09:29 +00:00
package model
const (
OrderSigned = 1
OrderPaid = 2
)