| | |
| | | using iWare.Wms.Core.Util.LowCode.Dto; |
| | | using System; |
| | | using System.ComponentModel; |
| | | using System.ComponentModel.DataAnnotations; |
| | | |
| | | namespace iWare.Wms.Application |
| | | { |
| | |
| | | public class WorkPieceProcessOutput |
| | | { |
| | | |
| | | [StringLength(50)] |
| | | public string JiaJuGongWei { get; set; } |
| | | [StringLength(50)] |
| | | public string DataCapturePointCname { get; set; } |
| | | |
| | | [StringLength(50)] |
| | | public string UpdateDataCapturePointCname { get; set; } |
| | | |
| | | public string UpdatedUserName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 质量不合格原因类型,枚举QualityNoOkEnum 【Editby shaocx,2024-06-26】 |
| | | /// </summary> |