11
啊鑫
2025-02-21 ff9ed3c4bec30fb6a9caedb5350b83703a515723
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)
    {