| | |
| | | /// </summary> |
| | | [SysType("assets_assets_threelink_main")] |
| | | [SugarTable("assets_threelink_main")] |
| | | public class AssetsThreelinkMain : BaseEntity, ISorter, System.ICloneable |
| | | public class AssetsThreelinkMain : BaseEntity, ISorter, IFlags, IParas, ITagName, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | |
| | | this.RunThroughMinorLoss = rhs.RunThroughMinorLoss; |
| | | this.BranchThroughMinorLoss = rhs.BranchThroughMinorLoss; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | | this.TagName = rhs.TagName; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | |
| | | public string KeyWord { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 参数 |
| | | /// </summary> |
| | | public string Paras { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 标签 |
| | | /// </summary> |
| | | public string Flags { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 标志 |
| | | /// </summary> |
| | | public string TagName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 排序码 |
| | | /// </summary> |
| | | public int SortCode { get; set; } |