From 955ca4a1a695d17edeceafabf0b60d68fcc825a3 Mon Sep 17 00:00:00 2001
From: he <109787524@qq.com>
Date: Wed, 5 Nov 2025 13:23:30 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=8C=E5=B1=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../IRaCIS.Core.Application.xml | 5 +
.../Reading/Dto/UserWLTemplateViewModel.cs | 5 +
.../ShortcutKey/UserWLTemplateService.cs | 21 +-
IRaCIS.Core.Domain/Management/User.cs | 5 +
.../20251105052214_IsDoubleScreen.Designer.cs | 20979 ++++++++++++++++
.../20251105052214_IsDoubleScreen.cs | 29 +
.../IRaCISDBContextModelSnapshot.cs | 3 +
7 files changed, 21043 insertions(+), 4 deletions(-)
create mode 100644 IRaCIS.Core.Infra.EFCore/Migrations/20251105052214_IsDoubleScreen.Designer.cs
create mode 100644 IRaCIS.Core.Infra.EFCore/Migrations/20251105052214_IsDoubleScreen.cs
diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index cbdfe16f5..68ea8d7a7 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -16656,6 +16656,11 @@
UserWLTemplateQuery 列表查询参数模型
+
+
+ 是否双屏
+
+
UserWLTemplateAddOrEdit 列表查询参数模型
diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/UserWLTemplateViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/UserWLTemplateViewModel.cs
index ad9d98931..9ddeaec57 100644
--- a/IRaCIS.Core.Application/Service/Reading/Dto/UserWLTemplateViewModel.cs
+++ b/IRaCIS.Core.Application/Service/Reading/Dto/UserWLTemplateViewModel.cs
@@ -30,6 +30,11 @@ namespace IRaCIS.Core.Application.ViewModel
public class SetAutoCutNextTaskInDto
{
public bool AutoCutNextTask { get; set; }
+
+ ///
+ /// 是否双屏
+ ///
+ public bool IsDoubleScreen { get; set; } = false;
}
/// UserWLTemplateAddOrEdit 列表查询参数模型
diff --git a/IRaCIS.Core.Application/Service/Reading/ShortcutKey/UserWLTemplateService.cs b/IRaCIS.Core.Application/Service/Reading/ShortcutKey/UserWLTemplateService.cs
index 6a43b2333..b3eebd05e 100644
--- a/IRaCIS.Core.Application/Service/Reading/ShortcutKey/UserWLTemplateService.cs
+++ b/IRaCIS.Core.Application/Service/Reading/ShortcutKey/UserWLTemplateService.cs
@@ -85,10 +85,22 @@ namespace IRaCIS.Core.Application.Service
public async Task