wangzelong
2022-11-30 44e4286e0384f8daf9b89e8f551f0f743b60ebb3
Entity/IStation.Entity.Basic/dict/sys/SysDictData.cs
ÎļþÃû´Ó Entity/IStation.Entity.Basic/dict/SysDictData.cs ÐÞ¸Ä
@@ -5,7 +5,7 @@
namespace IStation.Entity
{
    /// <summary>
    /// å­—典值表
    /// ç³»ç»Ÿå­—典值表
    /// </summary>
    [SugarTable("sys_dict_data")]
    public class SysDictData : BaseEntity, ISorter, IUseStatus, System.ICloneable
@@ -21,13 +21,11 @@
        public SysDictData(SysDictData rhs) : base(rhs)
        {
            this.TypeID = rhs.TypeID;
            this.Value = rhs.Value;
            this.Name = rhs.Name;
            this.Code = rhs.Code;
            this.SortCode = rhs.SortCode;
            this.UseStatus = rhs.UseStatus;
            this.Description = rhs.Description;
        }
        /// <summary>
@@ -36,9 +34,9 @@
        public long TypeID { get; set; }
        /// <summary>
        /// å€¼
        /// åç§°
        /// </summary>
        public string Value { get; set; }
        public string Name { get; set; }
        /// <summary>
        /// ç¼–码