ÎļþÃû´Ó Service/HStation.Service.Assets.Core/01-entity/03-Fourlink/FourlinkSeries.cs ÐÞ¸Ä |
| | |
| | | /// </summary> |
| | | [SysType("assets_fourlink_series")] |
| | | [SugarTable("assets_fourlink_series")] |
| | | public class AssetsFourlinkSeries : BaseEntity, IParas, IFlags, ITagName, ISorter, IUseStatus, System.ICloneable |
| | | public class AssetsFourlinkSeries : BaseEntity, IParas, IFlags, ITagName, ISorter, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | |
| | | public AssetsFourlinkSeries(AssetsFourlinkSeries rhs) : base(rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.ParentIds = rhs.ParentIds; |
| | | this.Name = rhs.Name; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | | this.TagName = rhs.TagName; |
| | | this.UseStatus = rhs.UseStatus; |
| | | this.Type = rhs.Type; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// ç¶çº§idå表ï¼çæ¬æ§å¶ï¼ |
| | | /// </summary> |
| | | [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] |
| | | public string ParentIds { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åç§° |
| | |
| | | public string TagName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 使ç¨ç¶æ |
| | | /// </summary> |
| | | public int UseStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æåºç |
| | | /// </summary> |
| | | public int SortCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç±»å |
| | | /// </summary> |
| | | public string Type { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 说æ |