11
啊鑫
2025-03-01 03c89cb192a63a5d6b4725e68c90a7e4c92e074e
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)
    {