duheng
2024-10-15 21d9f7bcbe8c82d2af9dbdc18f189a3bb1672d74
Dto/HStation.Dto.Assets.Core/02-AdaptingManage/AddAdaptingManageInput.cs
@@ -1,4 +1,4 @@
using HStation.Service.Assets;
using HStation.Assets;
namespace HStation.Dto.Assets
{
@@ -7,7 +7,7 @@
        /// <summary>
        /// 设备类型(弯头,三通,四通....)
        /// </summary>
        public eAdaptingType  AdaptingType { get; set; }
        public eAdaptingType AdaptingType { get; set; }
        /// <summary>
        /// 名称
@@ -17,17 +17,17 @@
        /// <summary>
        /// 口径
        /// </summary>
        public string Caliber { get; set; }
        public double? Caliber { get; set; }
        /// <summary>
        /// 材料
        /// </summary>
        public string Material { get; set; }
        public string MaterialName { get; set; }
        /// <summary>
        /// 系数
        /// </summary>
        public string Coefficient { get; set; }
        public double? Coefficient { get; set; }
        /// <summary>
        /// 排序码