From 2d6875c93b25d0b7336c7fa11e066d213259fe2e Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 25 四月 2024 10:02:01 +0800 Subject: [PATCH] 更改定时任务时区设置 --- 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