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/Model/AdmAskCiZhi.cs | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/zhengcaioa/Model/AdmAskCiZhi.cs b/zhengcaioa/Model/AdmAskCiZhi.cs
new file mode 100644
index 0000000..358c968
--- /dev/null
+++ b/zhengcaioa/Model/AdmAskCiZhi.cs
@@ -0,0 +1,30 @@
+锘縰sing System;
+using System.Collections.Generic;
+
+#nullable disable
+
+namespace zhengcaioa.Models
+{
+ public partial class AdmAskCiZhi
+ {
+ 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 DateTime? Outtime { get; set; }
+ public string Tittle { get; set; }
+
+
+ }
+}
--
Gitblit v1.9.1