库位导入功能代码调整

This commit is contained in:
yang.lee
2023-12-11 15:06:43 +08:00
parent d61989417f
commit 5fde13ece9
3 changed files with 12 additions and 3 deletions

View File

@@ -125,5 +125,5 @@ public partial class BasLocation : BaseEntity<string>
/// <summary>
/// 是否超配(1不超配 2超配)
/// </summary>
public string is_overmatch { get; set; } = 1;
public string is_overmatch { get; set; } = "1";
}