| | |
| | | public string UpdatedUserName { get; set; } |
| | | |
| | | public bool IsDeleted { get; set; } |
| | | |
| | | |
| | | #region 新增OP80的一些质量数据 【Editby shaocx,2024-06-13】 |
| | | |
| | | /// <summary> |
| | | /// OP80 质量数据-厚度 |
| | | /// </summary> |
| | | public string QualityOP80_Houdu { get; set; } |
| | | |
| | | /// <summary> |
| | | /// OP80 质量数据-中心距 |
| | | /// </summary> |
| | | public string QualityOP80_ZXJ { get; set; } |
| | | |
| | | /// <summary> |
| | | /// OP80 质量数据-大头孔圆柱度 |
| | | /// </summary> |
| | | public string QualityOP80_DTKYZD { get; set; } |
| | | |
| | | /// <summary> |
| | | /// OP80 质量数据-小头上面圆度 |
| | | /// </summary> |
| | | public string QualityOP80_XTSMYD { get; set; } |
| | | |
| | | /// <summary> |
| | | /// OP80 质量数据-小头下面圆度 |
| | | /// </summary> |
| | | public string QualityOP80_XTXMYD { get; set; } |
| | | |
| | | |
| | | #region 大头孔直径 |
| | | |
| | | /// <summary> |
| | | /// OP80 质量数据-大头孔直径,大头孔直径=(大头上面X方向直径+大头上面Y方向直径+大头下面X方向直径+大头下面Y方向直径)/4 |
| | | /// </summary> |
| | | public string QualityOP80_D_TKZJ { get; set; } |
| | | |
| | | /// <summary> |
| | | /// OP80 质量数据-大头上面X方向直径 |
| | | /// </summary> |
| | | public string QualityOP80_D_S_X { get; set; } |
| | | |
| | | /// <summary> |
| | | /// OP80 质量数据-大头上面Y方向直径 |
| | | /// </summary> |
| | | public string QualityOP80_D_S_Y { get; set; } |
| | | |
| | | /// <summary> |
| | | /// OP80 质量数据-大头下面X方向直径 |
| | | /// </summary> |
| | | public string QualityOP80_D_X_X { get; set; } |
| | | |
| | | /// <summary> |
| | | /// OP80 质量数据-大头下面Y方向直径 |
| | | /// </summary> |
| | | public string QualityOP80_D_X_Y { get; set; } |
| | | |
| | | #endregion |
| | | |
| | | #region 小头孔直径 |
| | | |
| | | /// <summary> |
| | | /// OP80 质量数据-小头孔直径,小头孔直径=(小头上面X方向直径+小头上面Y方向直径+小头下面X方向直径+小头下面Y方向直径)/4 |
| | | /// </summary> |
| | | public string QualityOP80_X_TKZJ { get; set; } |
| | | |
| | | /// <summary> |
| | | /// OP80 质量数据-小头上面X方向直径 |
| | | /// </summary> |
| | | public string QualityOP80_X_S_X { get; set; } |
| | | |
| | | /// <summary> |
| | | /// OP80 质量数据-小头上面Y方向直径 |
| | | /// </summary> |
| | | public string QualityOP80_X_S_Y { get; set; } |
| | | |
| | | /// <summary> |
| | | /// OP80 质量数据-小头下面X方向直径 |
| | | /// </summary> |
| | | public string QualityOP80_X_X_X { get; set; } |
| | | |
| | | /// <summary> |
| | | /// OP80 质量数据-小头下面Y方向直径 |
| | | /// </summary> |
| | | public string QualityOP80_X_X_Y { get; set; } |
| | | |
| | | #endregion |
| | | |
| | | #endregion |
| | | |
| | | #region 新增 不合格原因 【Editby shaocx,2024-06-26】 |
| | | |
| | | /// OP10质量不合格原因类型,枚举QualityNoOkEnum 【Editby shaocx,2024-06-26】 |
| | | /// </summary> |
| | | public int? QualityNoOk_OP10 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// OP10质量不合格原因 【Editby shaocx,2024-06-26】 |
| | | /// </summary> |
| | | public string QualityNoOkReason_OP10 { get; set; } |
| | | |
| | | /// OP20质量不合格原因类型,枚举QualityNoOkEnum 【Editby shaocx,2024-06-26】 |
| | | /// </summary> |
| | | public int? QualityNoOk_OP20 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// OP20质量不合格原因 【Editby shaocx,2024-06-26】 |
| | | /// </summary> |
| | | public string QualityNoOkReason_OP20 { get; set; } |
| | | |
| | | /// OP30质量不合格原因类型,枚举QualityNoOkEnum 【Editby shaocx,2024-06-26】 |
| | | /// </summary> |
| | | public int? QualityNoOk_OP30 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// OP30质量不合格原因 【Editby shaocx,2024-06-26】 |
| | | /// </summary> |
| | | public string QualityNoOkReason_OP30 { get; set; } |
| | | |
| | | /// OP35质量不合格原因类型,枚举QualityNoOkEnum 【Editby shaocx,2024-06-26】 |
| | | /// </summary> |
| | | public int? QualityNoOk_OP35 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// OP35质量不合格原因 【Editby shaocx,2024-06-26】 |
| | | /// </summary> |
| | | public string QualityNoOkReason_OP35 { get; set; } |
| | | |
| | | /// OP40质量不合格原因类型,枚举QualityNoOkEnum 【Editby shaocx,2024-06-26】 |
| | | /// </summary> |
| | | public int? QualityNoOk_OP40 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// OP40质量不合格原因 【Editby shaocx,2024-06-26】 |
| | | /// </summary> |
| | | public string QualityNoOkReason_OP40 { get; set; } |
| | | |
| | | |
| | | /// OP60质量不合格原因类型,枚举QualityNoOkEnum 【Editby shaocx,2024-06-26】 |
| | | /// </summary> |
| | | public int? QualityNoOk_OP60 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// OP60质量不合格原因 【Editby shaocx,2024-06-26】 |
| | | /// </summary> |
| | | public string QualityNoOkReason_OP60 { get; set; } |
| | | |
| | | /// OP80质量不合格原因类型,枚举QualityNoOkEnum 【Editby shaocx,2024-06-26】 |
| | | /// </summary> |
| | | public int? QualityNoOk_OP80 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// OP80质量不合格原因 【Editby shaocx,2024-06-26】 |
| | | /// </summary> |
| | | public string QualityNoOkReason_OP80 { get; set; } |
| | | |
| | | #endregion |
| | | } |
| | | |
| | | /// <summary> |