| | |
| | | |
| | | public class QueryWorkPieceLogYieldOutput : ExportYQueryWorkPieceLogYieldOutput |
| | | { |
| | | |
| | | public long Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 当前设备 |
| | | /// </summary> |
| | |
| | | |
| | | |
| | | |
| | | [Description("备注")] |
| | | public string Remarks { get; set; } |
| | | //[Description("备注")] |
| | | //public string Remarks { get; set; } |
| | | |
| | | |
| | | |
| | | [Description("创建人")] |
| | | [Description("来源")] |
| | | public string DataCapturePointCname { get; set; } |
| | | |
| | | |
| | | [Description("来源代码")] |
| | | public virtual string CreatedUserName { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | [Description("创建时间")] |
| | | public virtual DateTimeOffset? CreatedTime { get; set; } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |