| | |
| | | this.Code = rhs.Code; |
| | | this.ModelType = rhs.ModelType; |
| | | this.DbId = rhs.DbId; |
| | | this.Flags = rhs.Flags?.ToList(); |
| | | this.Flags = Yw.Untity.FlagsHelper.ToString(rhs.Flags); |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | |
| | | [PropertyOrder(8)] |
| | | [IsHydroFlagsPro(true)] |
| | | [Browsable(true)] |
| | | public virtual List<string> Flags { get; set; } |
| | | public virtual string Flags { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 说明 |
| | |
| | | this.ModelType = rhs.ModelType; |
| | | this.DbId = rhs.DbId; |
| | | this.DbLocked = rhs.DbLocked; |
| | | this.Flags = rhs.Flags?.ToList(); |
| | | this.Flags = Yw.Untity.FlagsHelper.ToString(rhs.Flags); |
| | | this.Description = rhs.Description; |
| | | } |
| | | |