From 91b116baef5c74909a59c7f13438dd4a0ad12bed Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期三, 04 六月 2025 15:49:48 +0800 Subject: [PATCH] 前端-投诉事项增加投诉状态 --- Admin.NET/FZCZTB.TSCL.Application/Service/ProcurementComplaint/Dto/ProcurementComplaintOutput.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Admin.NET/FZCZTB.TSCL.Application/Service/ProcurementComplaint/Dto/ProcurementComplaintOutput.cs b/Admin.NET/FZCZTB.TSCL.Application/Service/ProcurementComplaint/Dto/ProcurementComplaintOutput.cs index 86a7e3f..956dbe8 100644 --- a/Admin.NET/FZCZTB.TSCL.Application/Service/ProcurementComplaint/Dto/ProcurementComplaintOutput.cs +++ b/Admin.NET/FZCZTB.TSCL.Application/Service/ProcurementComplaint/Dto/ProcurementComplaintOutput.cs @@ -85,6 +85,8 @@ /// 淇敼鑰呭鍚� /// </summary> public string? UpdateUserName { get; set; } + + } -- Gitblit v1.9.1