iWara.SCADA.Code/iWare.Wms.Application/Service/WorkPieceProcess/Dto/WorkPieceLogYieldInput.cs
@@ -1,6 +1,7 @@ using iWare.Wms.Core; using iWare.Wms.Core.Service; using Microsoft.EntityFrameworkCore; using System.ComponentModel; using System.ComponentModel.DataAnnotations; namespace iWare.Wms.Application @@ -48,6 +49,11 @@ /// </summary> public virtual string workingProcedure { get; set; } [Description("来源")] public string DataCapturePointCname { get; set; } public virtual string createdUserName { get; set; } public virtual string remarks { get; set; }