去除引用common.props
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
using JNPF.Common.Contracts;
|
||||
using JNPF.Common.Security;
|
||||
using SqlSugar;
|
||||
using SqlSugar.DbConvert;
|
||||
|
||||
namespace Tnb.BasicData.Entities;
|
||||
|
||||
@@ -44,7 +43,7 @@ public partial class BasLocation : BaseEntity<string>
|
||||
/// 是否使用
|
||||
/// </summary>
|
||||
//[SugarColumn(ColumnDataType = "varchar(32)", SqlParameterDbType = typeof(CommonPropertyConvert))]
|
||||
public string is_use { get; set; }
|
||||
public string is_use { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否最小
|
||||
|
||||
Reference in New Issue
Block a user