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