物料签收

This commit is contained in:
2024-06-24 11:09:16 +08:00
parent c0be9943f8
commit a5eb93809d
3 changed files with 105 additions and 4 deletions

View File

@@ -13,8 +13,12 @@ namespace Tnb.Common.Utils
public string Content { get; set; }
}
public class X2ServerResult : Exception
public class X2ServerResult
{
public const string Ok = "Ok";
public string Result { get; set; }
public string Msg { get; set; }