model/common/common.go
@@ -54,3 +54,14 @@ Procedures []*ProductProcedure `json:"procedures"` // 工序列表 } ) // PLC写入地址 type ( RequestPlcAddress struct { DeviceId string } ResponsePlcAddress struct { KeyData []byte AddressData []byte } )