摘要: public class OperationResult { public bool IsSuccess { get; set; } public int ErrorCode { get; set; } public string Content { get; set; } } OperationR 阅读全文
posted @ 2023-07-05 09:18 坤机嘎嘎嘎 阅读(353) 评论(0) 推荐(0) 编辑