From 7b9e068cfe4e295f9ee960457d848c631f0136c7 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 27 八月 2021 16:09:56 +0800
Subject: [PATCH] 工作交接

---
 zhengcaioa/DTO/AdmAskCiZhiDTO.cs |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/zhengcaioa/DTO/AdmAskCiZhiDTO.cs b/zhengcaioa/DTO/AdmAskCiZhiDTO.cs
new file mode 100644
index 0000000..835109e
--- /dev/null
+++ b/zhengcaioa/DTO/AdmAskCiZhiDTO.cs
@@ -0,0 +1,32 @@
+锘縰sing System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace DTO
+{
+    public class AdmAskCiZhiDTO
+    {
+        public string Id { get; set; }
+        public string OrderType { get; set; }
+        public string Remark { get; set; }
+        public string ShenpiStatus { get; set; }
+        public string RecStatus { get; set; }
+        public string Creater { get; set; }
+        public DateTime Createtime { get; set; }
+        public string Modifier { get; set; }
+        public DateTime Modifytime { get; set; }
+        public string CreaterName { get; set; }
+        public string DeptName { get; set; }
+        public string PostName { get; set; }
+        public string CreatetimeName { get; set; }
+        public string RuzhitimeName { get; set; }
+        public string JiaojieUser { get; set; }
+        public string JiaojieUserName { get; set; }
+        public DateTime? Outtime { get; set; }
+        public string OuttimeName { get; set; }
+        public string Tittle { get; set; }
+        public string Content { get; set; }
+        public string Tongguojujue { get; set; }
+        public string Step { get; set; }
+    }
+}

--
Gitblit v1.9.1