This commit is contained in:
2024-04-11 17:31:32 +08:00
parent f6eaa2f481
commit 4fbc6c0267
200 changed files with 1252 additions and 1860 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; }
}