hao
2025-11-28 c62655030c6b61311e29c2915d895c81c7c16762
StandardInterface/MES.Service/util/ResponseResult.cs
@@ -17,6 +17,7 @@
    public int TotalCount { get; set; } = 0;
    //失败的返回结果
    public static ResponseResult ResponseError(Exception e)
    {