From b94da76188b834922d2f13365b22208a4bc4049a Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期六, 12 十月 2024 11:33:40 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- Service/HStation.Service.Assets.Core/01-entity/06-PumpMainManage/PumpPropContent.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/01-entity/06-PumpMainManage/PumpPropContent.cs b/Service/HStation.Service.Assets.Core/01-entity/06-PumpMainManage/PumpPropContent.cs index b575f3f..70a212f 100644 --- a/Service/HStation.Service.Assets.Core/01-entity/06-PumpMainManage/PumpPropContent.cs +++ b/Service/HStation.Service.Assets.Core/01-entity/06-PumpMainManage/PumpPropContent.cs @@ -5,8 +5,8 @@ /// <summary> /// 娉靛睘鎬у�� /// </summary> - [SysType("xhs_pump_prop_content")] - [SugarTable("xhs_pump_prop_content")] + [SysType("pump_prop_content")] + [SugarTable("pump_prop_content")] public class PumpPropContent : BaseEntity, System.ICloneable { public PumpPropContent() -- Gitblit v1.9.3