From 7d17fabc46e87ea0f0896f760034f4d16a4dfed0 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 20 九月 2024 13:20:57 +0800 Subject: [PATCH] 提交修改 --- Service/HStation.Service.Assets.Core/01-entity/AdaptingManage/AdaptingManage.cs | 25 ++++++++++++++++++++----- 1 files changed, 20 insertions(+), 5 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/01-entity/AdaptingManage/AdaptingManage.cs b/Service/HStation.Service.Assets.Core/01-entity/AdaptingManage/AdaptingManage.cs index 471ea0b..2e70ee9 100644 --- a/Service/HStation.Service.Assets.Core/01-entity/AdaptingManage/AdaptingManage.cs +++ b/Service/HStation.Service.Assets.Core/01-entity/AdaptingManage/AdaptingManage.cs @@ -1,4 +1,4 @@ -锘縰sing HStation.Service.Assets; +锘縰sing HStation.Assets; using Yw.Entity; namespace HStation.Entity @@ -6,9 +6,9 @@ /// <summary> /// 涓氬姟绔� /// </summary> - [SysType("xhs_equipmentmanage")] - [SugarTable("xhs_equipmentmanage")] - public class AdaptingManage : BaseEntity, System.ICloneable + [SysType("xhs_adaptingmanage")] + [SugarTable("xhs_adaptingmanage")] + public class AdaptingManage : BaseEntity, ISorter, System.ICloneable { /// <summary> /// @@ -20,6 +20,11 @@ /// 璁惧绫诲瀷(寮ご,涓夐��,鍥涢��....) /// </summary> public eAdaptingType AdaptingType { get; set; } + + /// <summary> + /// 鍚嶇О + /// </summary> + public string Name { get; set; } /// <summary> /// 鍙e緞 @@ -34,7 +39,17 @@ /// <summary> /// 绯绘暟 /// </summary> - public string Coefficient { get; set; } + public double? Coefficient { get; set; } + + /// <summary> + /// 鎺掑簭鐮� + /// </summary> + public int SortCode { get; set; } + + /// <summary> + /// 璇存槑 + /// </summary> + public string Description { get; set; } /// <summary> /// -- Gitblit v1.9.3