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