From 57bc4252bc7262a2794caacb18a87ad915b1471d Mon Sep 17 00:00:00 2001
From: linyang <369845068@qq.com>
Date: Thu, 30 Nov 2023 11:03:22 +0800
Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=AF=B7=E9=98=85=E5=8D=B7=EF=BC=8C?=
=?UTF-8?q?=E5=BE=8B=E5=B8=88=E5=88=97=E8=A1=A8=EF=BC=8C=E5=BD=93=E4=BA=8B?=
=?UTF-8?q?=E4=BA=BA=E5=88=97=E8=A1=A8=EF=BC=8C=E5=AE=89=E6=8E=92=E9=98=85?=
=?UTF-8?q?=E5=8D=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Dto/AddBhdlSqsxDto.cs | 63 ++++
Dto/ApplyMarKingDto.cs | 74 +++++
Dto/ArrangeDto.cs | 65 ++++
Dto/SqsDto.cs | 43 +++
.../Controllers/TwentySystemController.cs | 287 +++++++++++++++++-
WebApplication1/Models/ResultDto.cs | 36 +++
6 files changed, 565 insertions(+), 3 deletions(-)
create mode 100644 Dto/AddBhdlSqsxDto.cs
create mode 100644 Dto/ApplyMarKingDto.cs
create mode 100644 Dto/ArrangeDto.cs
create mode 100644 Dto/SqsDto.cs
diff --git a/Dto/AddBhdlSqsxDto.cs b/Dto/AddBhdlSqsxDto.cs
new file mode 100644
index 0000000..b3061bc
--- /dev/null
+++ b/Dto/AddBhdlSqsxDto.cs
@@ -0,0 +1,63 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Dto
+{
+ public class AddBhdlSqsxDto
+ {
+ ///
+ /// 必要
+ ///
+ public string bhdlbh { get; set; }
+ ///
+ /// 部门受案号
+ ///
+ public string bmsah { get; set; }
+ public string clqkbm { get; set; }
+ public string clqkmc { get; set; }
+ ///
+ /// 承办人
+ ///
+ public string czr { get; set; }
+ ///
+ /// 承办人编码
+ ///
+ public string czrybm { get; set; }
+ ///
+ /// 单位编号
+ ///
+ public string dwbm { get; set; }
+ public string jwgksxid { get; set; }
+ ///
+ /// 申请人类型代码
+ ///
+ public string sqrlxdm { get; set; }
+ ///
+ /// 申请人名称
+ ///
+ public string sqrmc { get; set; }
+ ///
+ /// 申请日期
+ ///
+ public string sqrq { get; set; }
+ ///
+ /// 申请人身份代码
+ ///
+ public string sqrsfdm { get; set; }
+ ///
+ /// 事项类型代码
+ ///
+ public string sxlxdm { get; set; }
+ ///
+ /// 事项类型名称
+ ///
+ public string sxlxmc { get; set; }
+ ///
+ /// 当事人
+ ///
+ public string zrrmc { get; set; }
+ }
+}
diff --git a/Dto/ApplyMarKingDto.cs b/Dto/ApplyMarKingDto.cs
new file mode 100644
index 0000000..20e5ad4
--- /dev/null
+++ b/Dto/ApplyMarKingDto.cs
@@ -0,0 +1,74 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Dto
+{
+ public class ApplyMarKingDto
+ {
+ ///
+ /// 必要
+ ///
+ public string bhdlbh { get; set; }
+ ///
+ /// 部门受案号
+ ///
+ public string bmsah { get; set; }
+ public string clqkbm { get; set; }
+ public string clqkmc { get; set; }
+ ///
+ /// 承办人
+ ///
+ public string czr { get; set; }
+ ///
+ /// 承办人编码
+ ///
+ public string czrybm { get; set; }
+ ///
+ /// 单位编号
+ ///
+ public string dwbm { get; set; }
+ public string jwgksxid { get; set; }
+ ///
+ /// 申请人类型代码
+ ///
+ public string sqrlxdm { get; set; }
+ ///
+ /// 申请人名称
+ ///
+ public string sqrmc { get; set; }
+ ///
+ /// 申请日期
+ ///
+ public string sqrq { get; set; }
+ ///
+ /// 申请人身份代码
+ ///
+ public string sqrsfdm { get; set; }
+ ///
+ /// 事项类型代码
+ ///
+ public string sxlxdm { get; set; }
+ ///
+ /// 事项类型名称
+ ///
+ public string sxlxmc { get; set; }
+ ///
+ /// 当事人
+ ///
+ public string zrrmc { get; set; }
+ }
+
+
+ public class ApplyMarKingBackDto
+ {
+
+ public ApplyMarKingDto ApplyMarKingDto { get; set; }
+
+
+ public string sxbh { get; set; }
+
+ }
+}
diff --git a/Dto/ArrangeDto.cs b/Dto/ArrangeDto.cs
new file mode 100644
index 0000000..50fa93e
--- /dev/null
+++ b/Dto/ArrangeDto.cs
@@ -0,0 +1,65 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Dto
+{
+ public class ArrangeDto
+ {
+ ///
+ /// 必要
+ ///
+ public string bhdlbh { get; set; }
+ ///
+ /// 部门受案号
+ ///
+ public string bmsah { get; set; }
+ ///
+ /// 单位编码
+ ///
+ public string dwbm { get; set; }
+ public string fydysl { get; set; }
+ ///
+ /// 复制方式
+
+ ///
+ public string fzfsdm { get; set; }
+ ///
+ /// 复制方式
+
+ ///
+ public string fzfsmc { get; set; }
+ ///
+ /// 卷宗载体形式
+
+ ///
+ public string jzztxsdm { get; set; }
+ ///
+ /// 卷宗载体形式
+
+ ///
+ public string jzztxsmc { get; set; }
+ ///
+ /// 事项编号
+ ///
+ public string sxbh { get; set; }
+ ///
+ /// 阅卷方式
+ ///
+ public string yjfsdm { get; set; }
+ ///
+ /// 阅卷方式
+ ///
+ public string yjfsmc { get; set; }
+ ///
+ /// j结束时间
+ ///
+ public string yjjzsj { get; set; }
+ ///
+ /// 开始时间
+ ///
+ public string yjkssj { get; set; }
+ }
+}
diff --git a/Dto/SqsDto.cs b/Dto/SqsDto.cs
new file mode 100644
index 0000000..6f4e173
--- /dev/null
+++ b/Dto/SqsDto.cs
@@ -0,0 +1,43 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Dto
+{
+ public class SqsDto
+ {
+ public List