schangxiang@126.com
2024-09-06 b5bcf90f2dfc8972090d7ab8e6a350bd74b460c8
iWara.SCADA.Code/iWare.Wms.Core/Entity/Access/AccessInterfaceLog.cs
@@ -10,6 +10,21 @@
{
    public class AccessInterfaceLog : DEntityBase
    {
        /// <summary>
        /// 工件号
        /// </summary>
        [Comment("工件号")]
        public string WorkPieceID { get; set; }
        /// <summary>
        /// 当前工序;进入下一工序前,此工序不变化
        /// </summary>
        [Comment("当前工序")]
        public string WorkingProcedureCurrent { get; set; }
        /// <summary>
        /// 调用行为
        /// </summary>