duheng
2024-09-19 3816b7dfff85051c09a99f2e49196a731ce994a5
Dto/HStation.Dto.Assets.Core/01-ValveManage/03-ValveMain/UpdateValveMainInput.cs
@@ -1,4 +1,5 @@
using System.ComponentModel.DataAnnotations;
using HStation.Assets;
using System.ComponentModel.DataAnnotations;
namespace HStation.Dto.Assets
{
@@ -11,9 +12,29 @@
        public long ID { get; set; }
        /// <summary>
        /// 系列ID
        /// </summary>
        public long SeriesID { get; set; }
        /// <summary>
        /// 口径
        /// </summary>
        public string Caliber { get; set; }
        /// <summary>
        /// 名称
        /// </summary>
        public string Name { get; set; }
        /// <summary>
        /// 创建人
        /// </summary>
        public string CreateName { get; set; }
        /// <summary>
        /// 创建时间
        /// </summary>
        public string CreateTime { get; set; }
        /// <summary>
        /// 材料
@@ -31,6 +52,11 @@
        public string? Description { get; set; }
        /// <summary>
        /// 类型
        /// </summary>
        public eValveSeriesType Type { get; set; }
        /// <summary>
        /// 排序码
        /// </summary>
        public int SortCode { get; set; }