From ba51d2ed8f5d96c7d86da68ef2c966d9c17f299f Mon Sep 17 00:00:00 2001 From: 杨张扬 <634643841@qq.com> Date: 星期四, 15 五月 2025 15:25:51 +0800 Subject: [PATCH] 双钱-AGV软件文件变更 --- models/TN_DayProDetail.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/models/TN_DayProDetail.cs b/models/TN_DayProDetail.cs index fd80274..8cba30d 100644 --- a/models/TN_DayProDetail.cs +++ b/models/TN_DayProDetail.cs @@ -16,12 +16,12 @@ /// <summary> /// 褰撳ぉ闆剁偣 /// </summary> - public DateTime DayTime { get; set; } + public DateTime DAYTIME { get; set; } /// <summary> /// 鎬婚噸閲� /// </summary> - public float Weight { get; set; } + public float WEIGHT { get; set; } } } -- Gitblit v1.9.1