| | |
| | | [StringLength(255)] |
| | | public string Remarks { get; set; } |
| | | |
| | | |
| | | [StringLength(255)] |
| | | public string MyRemarks { get; set; } |
| | | |
| | | public bool IsDeleted { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// 获取QC数据标记描述 【Editby shaocx,2024-06-15】 |
| | | /// </summary> |
| | | public string GetQcDataFlag_Remark { get; set; } |
| | | |
| | | |
| | | [StringLength(50)] |
| | | public string DataCapturePointCname { get; set; } |
| | | |
| | | [StringLength(50)] |
| | | public string UpdateDataCapturePointCname { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 需要更新70质量数据的标记 ( 1:需要更新 2:不需要更新) |
| | | /// </summary> |
| | | public int? Update70Flag { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 夹具工位 [Editby shaocx,2024-09-11] |
| | | /// </summary> |
| | | public string JiaJuGongWei { get; set; } |
| | | } |
| | | } |