From b6b889b3fcd1ecba07aa90f7ec82c6b7d5d5da3f Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 29 十二月 2023 11:49:02 +0800
Subject: [PATCH] 同步加工数过滤掉加工数为0的记录

---
 model/device_plc.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/model/device_plc.go b/model/device_plc.go
index 4f5f687..2d40004 100644
--- a/model/device_plc.go
+++ b/model/device_plc.go
@@ -41,6 +41,7 @@
 		Length       int                               `json:"length"`       // 鏁版嵁闀垮害
 		Type         constvar.PlcStartAddressValueType `json:"type"`         // 鏁版嵁绫诲瀷
 		FieldName    constvar.PlcStartAddressType      `json:"fieldName"`    // 瀵瑰簲绯荤粺瀛楁
+		Endian       constvar.EndianType               `json:"endian"`       // 瀛楄妭瀛樺偍椤哄簭锛宐ig(ABCD)/little(CDBA)/mix(CDAB)
 	}
 
 	DevicePlcSearch struct {

--
Gitblit v1.8.0