SJA APS后端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
408 B

package common
// 打印消息类型和状态
const (
MESMSG_TYPE_PACK = "PACK"
MESMSG_STATUS_PLAN = 20
MESMSG_STATUS_FINISHED = 80
MESMSG_STATUS_PENDING = 95
MESMSG_EVENT_RELPACK = "RELEASE"
MESMSG_EVENT_PRINT = "PRINT"
MESWO_UNPACK_STATUS = 0
MESWO_PACKED_STATUS = 1
MESPACK_SORT_OEMSEQ = "OEMSEQ"
MESPACK_SORT_RELSEQ = "RELSEQ"
MES_ACTIVATED = 1
MES_DEACTIVATED = 0
)