From f7d479db638f3d9e3aeb05ec82dc2818f14bf903 Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期一, 24 三月 2025 17:25:20 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- Service/PBS.Service/01-entity/04-elec_price/ElecPrice.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Service/PBS.Service/01-entity/04-elec_price/ElecPrice.cs b/Service/PBS.Service/01-entity/04-elec_price/ElecPrice.cs index 55ac40c..39224ed 100644 --- a/Service/PBS.Service/01-entity/04-elec_price/ElecPrice.cs +++ b/Service/PBS.Service/01-entity/04-elec_price/ElecPrice.cs @@ -1,10 +1,13 @@ 锘縰sing System; +using Yw.Entity; namespace PBS.Entity { /// <summary> /// 鐢靛姏浠锋牸 /// </summary> + [SysType("pbs_elec_price")] + [SugarTable("pbs_elec_price")] public class ElecPrice : Yw.Entity.BaseEntity, System.ICloneable { public ElecPrice() -- Gitblit v1.9.3