lixiaojun
2024-12-14 3d978971907c51e7cacc19f012e4d66ba1bac37c
Dto/HStation.Dto.Xhs.Core/03-scheme/UpdateXhsSchemeInput.cs
@@ -1,6 +1,4 @@
using Yw.Model;
namespace HStation.Dto
namespace HStation.Dto
{
    /// <summary>
    /// 
@@ -26,10 +24,15 @@
        public string Name { get; set; }
        /// <summary>
        /// 方案类型
        /// 变更类型
        /// </summary>
        [Required]
        public eSchemeType SchemeType { get; set; }
        public List<string> ChangeTypes { get; set; }
        /// <summary>
        /// 自定义
        /// </summary>
        public bool AllowCustom { get; set; }
        /// <summary>
        /// 参数