质量控制
This commit is contained in:
parent
861b2f8e93
commit
1d91e136e5
@ -10,6 +10,7 @@ namespace RIZO.Admin.WebApi.Controllers.Mes.ProductionPreparation
|
|||||||
/// 质量控制主表
|
/// 质量控制主表
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Route("mes/QualityControl")]
|
[Route("mes/QualityControl")]
|
||||||
|
[AllowAnonymous]
|
||||||
public class QualityControlController : BaseController
|
public class QualityControlController : BaseController
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
@ -10,6 +10,7 @@ namespace RIZO.Admin.WebApi.Controllers.Mes.ProductionPreparation
|
|||||||
/// 质量控制从表(存储具体检查参数明细)
|
/// 质量控制从表(存储具体检查参数明细)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Route("mes/QualityControlDetail")]
|
[Route("mes/QualityControlDetail")]
|
||||||
|
[AllowAnonymous]
|
||||||
public class QualityControlDetailController : BaseController
|
public class QualityControlDetailController : BaseController
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
@ -25,8 +25,6 @@ namespace RIZO.Model.Mes.Dto.ProductionPreparation
|
|||||||
|
|
||||||
public string LineCode { get; set; }
|
public string LineCode { get; set; }
|
||||||
|
|
||||||
public string WorkOrderNo { get; set; }
|
|
||||||
|
|
||||||
public int? CheckResult { get; set; }
|
public int? CheckResult { get; set; }
|
||||||
|
|
||||||
public DateTime? CheckTime { get; set; }
|
public DateTime? CheckTime { get; set; }
|
||||||
|
|||||||
@ -37,12 +37,6 @@ namespace RIZO.Model.Mes.ProductionPreparation
|
|||||||
[SugarColumn(ColumnName = "line_code")]
|
[SugarColumn(ColumnName = "line_code")]
|
||||||
public string LineCode { get; set; }
|
public string LineCode { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 关联工单编号(可选)
|
|
||||||
/// </summary>
|
|
||||||
[SugarColumn(ColumnName = "work_order_no")]
|
|
||||||
public string WorkOrderNo { get; set; }
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 检查结果(0=不合格,1=合格)
|
/// 检查结果(0=不合格,1=合格)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user