liuying
2024-11-01 2af7049b8706232b9db59d5be5a08b49285024fc
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; }