更改location的is_use字段为string
This commit is contained in:
@@ -44,7 +44,7 @@ public partial class BasLocation : BaseEntity<string>
|
||||
/// 是否使用
|
||||
/// </summary>
|
||||
//[SugarColumn(ColumnDataType = "varchar(32)", SqlParameterDbType = typeof(CommonPropertyConvert))]
|
||||
public int is_use { get; set; }
|
||||
public string is_use { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否最小
|
||||
|
||||
Reference in New Issue
Block a user