ÎļþÃû´Ó Model/IStation.Model.Basic/dict/SysDictData.cs ÐÞ¸Ä |
| | |
| | | namespace IStation.Model |
| | | { |
| | | /// <summary> |
| | | /// åå
¸å¼è¡¨ |
| | | /// ç³»ç»åå
¸å¼è¡¨ |
| | | /// </summary> |
| | | public class SysDictData : System.ICloneable |
| | | { |
| | |
| | | { |
| | | 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; |
| | |
| | | { |
| | | 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; |
| | |
| | | public long TypeID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¼ |
| | | /// åç§° |
| | | /// </summary> |
| | | public string Value { get; set; } |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¼ç |