| | |
| | | |
| | | [StringLength(50)] |
| | | public string UpdatedUserName { get; set; } |
| | | |
| | | |
| | | [StringLength(50)] |
| | | public string OperationType { get; set; } |
| | | [StringLength(255)] |
| | | public string Remarks { get; set; } |
| | | |
| | | public bool IsDeleted { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 获取QC数据标记,0表示待获取,1表示获取成功,2表示获取失败 【Editby shaocx,2024-06-15】 |
| | | /// </summary> |
| | | public int? GetQcDataFlag { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 获取QC数据标记次数 【Editby shaocx,2024-06-15】 |
| | | /// </summary> |
| | | public int? GetQcDataCount { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 获取QC数据标记描述 【Editby shaocx,2024-06-15】 |
| | | /// </summary> |
| | | public string GetQcDataFlag_Remark { get; set; } |
| | | } |
| | | } |