This commit is contained in:
tongfei
2024-04-20 11:16:47 +08:00
parent 356253d154
commit 57acf1b699
4 changed files with 61 additions and 38 deletions

View File

@@ -24,7 +24,7 @@ namespace WMS.Web.Domain.Values
public static ValueTuple<int, string> NoDateError = (40005, "数据不存在");
public static ValueTuple<int, string> SourceBillNoDateError = (40005, "来源单不存在,请核对后再试");
public static ValueTuple<int, string> Concurrent_Instock = (80005, "该任务单正在处理中");
public static ValueTuple<int, string> Concurrent_Instock = (80005, "该来源单正在处理中");
/// <summary>
/// 没有菜单权限,无法登录