将BaseLocation,is_use属性类型改为int
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using JNPF.Common.Contracts;
|
||||
using JNPF.Common.Security;
|
||||
using SqlSugar;
|
||||
using SqlSugar.DbConvert;
|
||||
|
||||
namespace Tnb.BasicData.Entities;
|
||||
|
||||
@@ -42,7 +43,8 @@ public partial class BasLocation : BaseEntity<string>
|
||||
/// <summary>
|
||||
/// 是否使用
|
||||
/// </summary>
|
||||
public string is_use { get; set; } = string.Empty;
|
||||
[SugarColumn(ColumnDataType = "varchar(1)", SqlParameterDbType = typeof(CommonPropertyConvert))]
|
||||
public int is_use { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否最小
|
||||
|
||||
Reference in New Issue
Block a user