From d9a1f2e7ffce03e84a9548d7c99c81e1d34ac474 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 08 十月 2024 15:56:41 +0800
Subject: [PATCH] 区间工价,历史工价
---
cylsg/cylsg.Core/BaseModelBase.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cylsg/cylsg.Core/BaseModelBase.cs b/cylsg/cylsg.Core/BaseModelBase.cs
index a041364..2982fd3 100644
--- a/cylsg/cylsg.Core/BaseModelBase.cs
+++ b/cylsg/cylsg.Core/BaseModelBase.cs
@@ -23,7 +23,7 @@
/// 鍒涘缓浜�
/// </summary>
[Display(Name = "鍒涘缓浜� ")]
- [SugarColumn(ColumnDescription = "鍒涘缓浜� ", IsNullable = true, Length = 100)]
+ [SugarColumn(ColumnDescription = "鍒涘缓浜� ", ColumnDataType = "nvarchar(100)", IsNullable = true)]
public string CreateBy { get; set; }
/// <summary>
/// 淇敼鏃堕棿
@@ -35,7 +35,7 @@
/// 淇敼浜�
/// </summary>
[Display(Name = "淇敼浜� ")]
- [SugarColumn(ColumnDescription = "淇敼浜� ", IsNullable = true,Length = 100)]
+ [SugarColumn(ColumnDescription = "淇敼浜� ", ColumnDataType = "nvarchar(100)", IsNullable = true)]
public string UpDataBy { get; set; }
--
Gitblit v1.9.1