lixiaojun
2022-11-30 af918c1c2ebd53e4c9e1fee0da47e1a6c63a18bf
Model/IStation.Model.Basic/dict/sys/SysDictData.cs
ÎļþÃû´Ó Model/IStation.Model.Basic/dict/SysDictData.cs ÐÞ¸Ä
@@ -4,7 +4,7 @@
namespace IStation.Model 
{
    /// <summary>
    /// å­—典值表
    /// ç³»ç»Ÿå­—典值表
    /// </summary>
    public class SysDictData :  System.ICloneable
    {
@@ -20,7 +20,7 @@
        {
            this.ID = rhs.ID;
            this.TypeID = rhs.TypeID;
            this.Value = rhs.Value;
            this.Name = rhs.Name;
            this.Code = rhs.Code;
            this.SortCode = rhs.SortCode;
            this.UseStatus = rhs.UseStatus;
@@ -34,7 +34,7 @@
        {
            this.ID = rhs.ID;
            this.TypeID = rhs.TypeID;
            this.Value = rhs.Value;
            this.Name = rhs.Name;
            this.Code = rhs.Code;
            this.SortCode = rhs.SortCode;
            this.UseStatus = rhs.UseStatus;
@@ -52,9 +52,9 @@
        public long TypeID { get; set; }
        /// <summary>
        /// å€¼
        /// åç§°
        /// </summary>
        public string Value { get; set; }
        public string Name { get; set; }
        /// <summary>
        /// ç¼–码