From 8ba4aaacba909c50522ad7bcbb63680f8dc62c45 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Mon, 11 Nov 2024 14:07:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=AE=80=E5=8E=86=E5=BA=93Ex?= =?UTF-8?q?cel=E5=AF=BC=E5=87=BA=E6=8E=A5=E5=8F=A3=EF=BC=88=E7=AE=80?= =?UTF-8?q?=E5=8E=86=E5=BA=93=E3=80=81=E9=9D=A2=E8=AF=95=E8=BF=87=E7=A8=8B?= =?UTF-8?q?=E3=80=81=E5=BD=95=E7=94=A8=E3=80=81=E4=BA=BA=E6=89=8D=E5=BA=93?= =?UTF-8?q?=E3=80=81=E5=9B=9E=E6=94=B6=E7=AB=99=E3=80=81=E9=BB=91=E5=90=8D?= =?UTF-8?q?=E5=8D=95=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Tests/Repository_Test/OrmTest.cs | 2 +- Tiobon.Core/Tiobon.Core.xml | 73 ++++++++++++++++++++ 2 files changed, 74 insertions(+), 1 deletion(-) diff --git a/Tiobon.Core.Tests/Repository_Test/OrmTest.cs b/Tiobon.Core.Tests/Repository_Test/OrmTest.cs index 37e150ae..2f0ba789 100644 --- a/Tiobon.Core.Tests/Repository_Test/OrmTest.cs +++ b/Tiobon.Core.Tests/Repository_Test/OrmTest.cs @@ -3,7 +3,7 @@ using Autofac; using Tiobon.Core.Common.Extensions; using Tiobon.Core.IRepository.Base; using Tiobon.Core.Model.Models; -using OfficeOpenXml.FormulaParsing.Excel.Functions.Math; +//using OfficeOpenXml.FormulaParsing.Excel.Functions.Math; using SqlSugar; using Xunit; using Xunit.Abstractions; diff --git a/Tiobon.Core/Tiobon.Core.xml b/Tiobon.Core/Tiobon.Core.xml index 5ca35530..5596c195 100644 --- a/Tiobon.Core/Tiobon.Core.xml +++ b/Tiobon.Core/Tiobon.Core.xml @@ -325,6 +325,71 @@ + + + 表信息 + + + + + 表名称 + + + + + 字段名称 + + + + + 数据类型 + + + + + 字符集 + + + + + + + + + + 是否为空 + + + + + 默认值 + + + + + 键 + + + + + 自定义比对器 + + + + + 比对规则 + + + + + + + + + + + + 构造函数 @@ -1257,6 +1322,14 @@ + + + 根据条件查询数据 + + 条件 + status + + 教育背景(Controller)