获取金蝶-定时任务

This commit is contained in:
tongfei
2023-11-01 10:52:25 +08:00
parent a51015f0af
commit 4beafdfa98
7 changed files with 188 additions and 48 deletions

View File

@@ -9,9 +9,9 @@ namespace WMS.Web.Domain.Values
/// </summary>
public partial class ResultCodes
{
public static ValueTuple<int, string> Erp_Login_Error = (1001, "Erp登录返回错误");
public static ValueTuple<int, string> Erp_Login_Error = (1001, "同步金蝶登录错误,请稍候再试");
public static ValueTuple<int, string> Erp_BillQuery_Error = (1002, "Erp单据查询返回错误");
public static ValueTuple<int, string> Erp_BillQuery_Error = (1002, "同步金蝶数据出错,请稍等再试");
/// <summary>
/// 无效
/// </summary>