Yw.Service.Repair.Core/01-entity/01-request/RepairRequestLog.cs
@@ -38,6 +38,7 @@ /// <summary> /// 操作内容 /// </summary> [SugarColumn(Length = 500, IsNullable = true)] public string OperateContent { get; set; } /// <summary> @@ -53,11 +54,13 @@ /// <summary> /// 操作人名称 /// </summary> [SugarColumn(Length = 50, IsNullable = true)] public string OperateUserName { get; set; } /// <summary> /// 操作说明 /// </summary> [SugarColumn(Length = 500, IsNullable = true)] public string OperateNote { get; set; }