修改loc

This commit is contained in:
FanLian
2023-06-21 09:41:33 +08:00
parent c2badd9a44
commit efb68b9ad7
4 changed files with 3 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ public partial class WmsCarryD : BaseEntity<string>, IWmsCarryEntity
/// <summary>
/// 位置
/// </summary>
public string loc { get; set; } = string.Empty;
public int loc { get; set; }
/// <summary>
/// 创建用户