一次合格品仓库,抛光仓库,GP12质检报告,抛光操作,后道检验相关功能完善

This commit is contained in:
2024-08-09 13:16:17 +08:00
parent 8b9205cea3
commit 729f148731
8 changed files with 1347 additions and 691 deletions

View File

@@ -25,19 +25,26 @@ namespace ZR.Model.MES.wms.Dto
/// </summary>
public class WmGp12QualityStatisticsDto
{
[Required(ErrorMessage = "id不能为空")]
public string Id { get; set; }
public string WorkorderId { get; set; }
public string Partnumber { get; set; }
public string Color { get; set; }
public string Specification { get; set; }
public string Description { get; set; }
public int? RequireNumber { get; set; }
public string Team { get; set; }
public int? QualifiedNumber { get; set; }
public string QualifiedRateStr { get; set; }
public decimal QualifiedRate { get; set; }
public int? PaoguangTotal { get; set; }

View File

@@ -13,6 +13,12 @@ namespace ZR.Model.MES.wms
[SugarColumn(IsPrimaryKey = true, IsIdentity = false)]
public string Id { get; set; }
/// <summary>
/// 工单号
/// </summary>
[SugarColumn(IsIgnore = true)]
public string WorkOrder { get; set; }
/// <summary>
/// 毛坯号
/// </summary>