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