zjh
2025-03-07 97a73035e8391fb60cdb26c00f7ff8b05296c68c
StandardPda/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)
    {