Class ats_dd_result
public class ats_dd_result : DbModelBase, IEntityBase<string>, INotifyPropertyChanged, IDataErrorInfo
- Inheritance
-
ats_dd_result
- Implements
- Inherited Members
- Extension Methods
Properties
BatchCode
[Display(Name = "批次号")]
public string BatchCode { get; set; }
Property Value
Description
[Display(Name = "不良描述")]
public string Description { get; set; }
Property Value
Diagram
[Browsable(false)]
[Display(Name = "详情数据")]
public string Diagram { get; set; }
Property Value
Image
[Browsable(false)]
[Display(Name = "预览图")]
public string Image { get; set; }
Property Value
Mark
[Display(Name = "备注")]
public string Mark { get; set; }
Property Value
Result
[Display(Name = "测量结果")]
public string Result { get; set; }
Property Value
Time
[Display(Name = "日期")]
public DateTime Time { get; set; }
Property Value
User
[Display(Name = "操作员")]
public string User { get; set; }