From 103a47fda037e1afe4b2a1ef919ce8759fb0f370 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Thu, 24 Apr 2025 13:43:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=85=E9=80=89=E4=BF=AE=E8=A7=84=E5=88=99?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=E5=94=AF=E4=BA=9A=E5=A8=81=E6=96=B0?= =?UTF-8?q?=E4=BA=BA=E5=9F=B9=E8=AE=AD=E4=B8=8D=E6=A0=A1=E9=AA=8C=E5=BF=85?= =?UTF-8?q?=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Ghre/Ghre_StudyRule.Dto.InsertInput.cs | 2 +- .../Ghre/Ghre_StudyRuleServices.cs | 25 +++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/Tiobon.Core.Model/Insert/Ghre/Ghre_StudyRule.Dto.InsertInput.cs b/Tiobon.Core.Model/Insert/Ghre/Ghre_StudyRule.Dto.InsertInput.cs index ba800f06..6861b698 100644 --- a/Tiobon.Core.Model/Insert/Ghre/Ghre_StudyRule.Dto.InsertInput.cs +++ b/Tiobon.Core.Model/Insert/Ghre/Ghre_StudyRule.Dto.InsertInput.cs @@ -22,7 +22,7 @@ namespace Tiobon.Core.Model.Models; /// public class InsertGhre_StudyRuleInput : Ghre_StudyRuleBase { - public List Staffs { get; set; } + public List Staffs { get; set; } public List ZoneIds { get; set; } diff --git a/Tiobon.Core.Services/Ghre/Ghre_StudyRuleServices.cs b/Tiobon.Core.Services/Ghre/Ghre_StudyRuleServices.cs index db054808..9687ff4c 100644 --- a/Tiobon.Core.Services/Ghre/Ghre_StudyRuleServices.cs +++ b/Tiobon.Core.Services/Ghre/Ghre_StudyRuleServices.cs @@ -203,6 +203,19 @@ public class Ghre_StudyRuleServices : BaseServices x.StudyRuleId == Id);