iWara.SCADA.Code/iWare.Wms.Core/Entity/SCADA/WorkPieceLog.cs
@@ -246,6 +246,27 @@ [MaxLength(255)] public string Remarks { get; set; } /// <summary> /// 备注 /// </summary> [Comment("备注")] [MaxLength(255)] public string MyRemarks { get; set; } /// <summary> /// 日志类型 /// </summary> [Comment("日志类型")] public int? PieceLogType { get; set; } /// <summary> /// 日志类型 /// </summary> [Comment("日志类型")] [MaxLength(255)] public string PieceLogTypeName { get; set; } } }