更改location的is_use字段为string

This commit is contained in:
FanLian
2023-07-04 11:03:28 +08:00
parent a4298ca2d9
commit ff66b1fa04
7 changed files with 10 additions and 10 deletions

View File

@@ -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>
/// 是否最小