Files
hk4e/common/constant/fetter_state.go
2023-02-09 19:20:47 +08:00

9 lines
164 B
Go

package constant
const (
FETTER_STATE_NONE uint16 = 0
FETTER_STATE_NOT_OPEN uint16 = 1
FETTER_STATE_OPEN uint16 = 1
FETTER_STATE_FINISH uint16 = 3
)