zhangqian
2023-08-21 2c96bc009ce9b92049293949d563a80fca9cd6c8
1
2
3
4
5
6
7
8
9
10
11
package constvar
 
const (
    NsqTopicScheduleTask = "aps.%v.scheduleTask" //排程任务下发
)
 
type PlcStartAddressType string
 
const (
    PlcStartAddressTypeFinishNumber = "1"
)