优化问卷题目池新增编辑接口

master
xiaochanghai 1 month ago
parent 7ae5e7afb5
commit 7c16f48503
  1. 17
      Model/Tiobon.Web.pdm
  2. 2
      Tiobon.Core.Api/Tiobon.Core.Model.xml
  3. 2
      Tiobon.Core.Model/Base/Ghre/Ghre_CertificateDesignItem.Dto.Base.cs
  4. 2
      Tiobon.Core.Model/Models/Ghre/Ghre_CertificateDesignItem.cs
  5. 3
      Tiobon.Core.Model/ViewModels/Extend/CertificateDesignerData.cs
  6. 2
      Tiobon.Core/Tiobon.Core.Model.xml

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?PowerDesigner AppLocale="UTF16" ID="{C294868A-C3F3-41AD-98CC-78B6D4E0CC40}" Label="" LastModificationDate="1747041040" Name="Tiobon" Objects="4292" Symbols="173" Target="Microsoft SQL Server 2008" Type="{CDE44E21-9669-11D1-9914-006097355D9B}" signature="PDM_DATA_MODEL_XML" version="16.5.0.3982"?>
<?PowerDesigner AppLocale="UTF16" ID="{C294868A-C3F3-41AD-98CC-78B6D4E0CC40}" Label="" LastModificationDate="1747113222" Name="Tiobon" Objects="4262" Symbols="149" Target="Microsoft SQL Server 2008" Type="{CDE44E21-9669-11D1-9914-006097355D9B}" signature="PDM_DATA_MODEL_XML" version="16.5.0.3982"?>
<!-- do not edit this file -->
<Model xmlns:a="attribute" xmlns:c="collection" xmlns:o="object">
@ -10121,7 +10121,7 @@ DESTINATION 0 新宋体,8,N</a:FontList>
<o:ReferenceSymbol Id="o101">
<a:CreationDate>1741251133</a:CreationDate>
<a:ModificationDate>1741253579</a:ModificationDate>
<a:Rect>((40058,-9675), (46058,-900))</a:Rect>
<a:Rect>((39946,-9675), (46170,-900))</a:Rect>
<a:ListOfPoints>((43058,-9675),(43058,-900))</a:ListOfPoints>
<a:CornerStyle>2</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
@ -10166,7 +10166,7 @@ DESTINATION 0 新宋体,8,N</a:FontList>
<o:ReferenceSymbol Id="o108">
<a:CreationDate>1741253476</a:CreationDate>
<a:ModificationDate>1741253575</a:ModificationDate>
<a:Rect>((40013,-2100), (46013,5325))</a:Rect>
<a:Rect>((39901,-2100), (46125,5325))</a:Rect>
<a:ListOfPoints>((43013,5325),(43013,-2100))</a:ListOfPoints>
<a:CornerStyle>2</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
@ -10188,7 +10188,7 @@ DESTINATION 0 新宋体,8,N</a:FontList>
<o:ReferenceSymbol Id="o111">
<a:CreationDate>1741253560</a:CreationDate>
<a:ModificationDate>1741253591</a:ModificationDate>
<a:Rect>((39309,5850), (46809,13800))</a:Rect>
<a:Rect>((39197,5850), (46921,13800))</a:Rect>
<a:ListOfPoints>((43059,13800),(43059,5850))</a:ListOfPoints>
<a:CornerStyle>2</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
@ -10210,7 +10210,7 @@ DESTINATION 0 新宋体,8,N</a:FontList>
<o:ReferenceSymbol Id="o114">
<a:CreationDate>1741255050</a:CreationDate>
<a:ModificationDate>1741255050</a:ModificationDate>
<a:Rect>((38401,14400), (47401,22350))</a:Rect>
<a:Rect>((38289,14400), (47513,22350))</a:Rect>
<a:ListOfPoints>((42901,22350),(42901,14400))</a:ListOfPoints>
<a:CornerStyle>2</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
@ -10232,7 +10232,7 @@ DESTINATION 0 新宋体,8,N</a:FontList>
<o:ReferenceSymbol Id="o117">
<a:CreationDate>1741255952</a:CreationDate>
<a:ModificationDate>1741255952</a:ModificationDate>
<a:Rect>((50010,-1950), (56010,5325))</a:Rect>
<a:Rect>((49898,-1950), (56122,5325))</a:Rect>
<a:ListOfPoints>((53010,-1950),(53010,5325))</a:ListOfPoints>
<a:CornerStyle>2</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
@ -63159,10 +63159,9 @@ Ghra_staff_InsureBase
<a:Code>text</a:Code>
<a:CreationDate>1747035481</a:CreationDate>
<a:Creator>Administrator</a:Creator>
<a:ModificationDate>1747035664</a:ModificationDate>
<a:ModificationDate>1747113222</a:ModificationDate>
<a:Modifier>Administrator</a:Modifier>
<a:DataType>nvarchar(32)</a:DataType>
<a:Length>32</a:Length>
<a:DataType>nvarchar(max)</a:DataType>
</o:Column>
<o:Column Id="o4115">
<a:ObjectID>378195BC-B425-431E-AE22-5FED8F6819E8</a:ObjectID>

@ -41836,7 +41836,7 @@
<member name="P:Tiobon.Core.Model.ViewModels.Extend.CertificateDesignerItem.text">
<summary>
text
</summary>
</summary>
</member>
<member name="P:Tiobon.Core.Model.ViewModels.Extend.CertificateDesignerItem.top">
<summary>

@ -131,7 +131,7 @@ public class Ghre_CertificateDesignItemBase
/// <summary>
/// text
/// </summary>
[Display(Name = "text"), Description("text"), MaxLength(32, ErrorMessage = "text 不能超过 32 个字符")]
[Display(Name = "text"), Description("text")]
public string text { get; set; }
/// <summary>

@ -132,7 +132,7 @@ public class Ghre_CertificateDesignItem : BasePoco
/// <summary>
/// text
/// </summary>
[Display(Name = "text"), Description("text"), MaxLength(32, ErrorMessage = "text 不能超过 32 个字符")]
[Display(Name = "text"), Description("text")]
public string text { get; set; }
/// <summary>

@ -147,8 +147,7 @@ public class CertificateDesignerItem
/// <summary>
/// text
/// </summary>
[Display(Name = "text"), Description("text"), MaxLength(32, ErrorMessage = "text 不能超过 32 个字符")]
/// </summary>
public string text { get; set; }
/// <summary>

@ -41836,7 +41836,7 @@
<member name="P:Tiobon.Core.Model.ViewModels.Extend.CertificateDesignerItem.text">
<summary>
text
</summary>
</summary>
</member>
<member name="P:Tiobon.Core.Model.ViewModels.Extend.CertificateDesignerItem.top">
<summary>

Loading…
Cancel
Save