啊鑫
2024-09-20 9c11d971c382d8ca8b9b0d893929e2973151bbdf
MES.Service/util/ResponseResult.cs
@@ -15,7 +15,7 @@
    //返回的数据
    public object data { get; set; }
    public int TotalCount  { get; set; } = 0;
    public int TotalCount { get; set; } = 0;
    //失败的返回结果
    public static ResponseResult ResponseError(Exception e)