生产提报优化

This commit is contained in:
2024-06-24 10:06:49 +08:00
parent 18d4659e80
commit 732dcc6e63

View File

@@ -12,6 +12,13 @@ namespace Tnb.Common.Utils
public string Content { get; set; } public string Content { get; set; }
} }
public class X2ServerResult : Exception
{
public string Result { get; set; }
public string Msg { get; set; }
}
/// <summary> /// <summary>
/// Http请求帮助类 /// Http请求帮助类
/// added by ly on 20230801 /// added by ly on 20230801