From 28b358e00c78248a46ed24e27fd9c076e69161a1 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期一, 14 七月 2025 16:03:28 +0800 Subject: [PATCH] 增加微信支付配置I --- Admin.NET/FZCZTB.NET.MD/CutomerMd/FBS_CustomerRole.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/Admin.NET/FZCZTB.NET.MD/CutomerMd/FBS_CustomerRole.cs b/Admin.NET/FZCZTB.NET.MD/CutomerMd/FBS_CustomerRole.cs index 260b5c0..12037b4 100644 --- a/Admin.NET/FZCZTB.NET.MD/CutomerMd/FBS_CustomerRole.cs +++ b/Admin.NET/FZCZTB.NET.MD/CutomerMd/FBS_CustomerRole.cs @@ -14,7 +14,7 @@ namespace FZCZTB.NET.MD.CutomerMd; [SugarTable("FBS_CustomerRole", "瀹㈡埛鑿滃崟琛�")] - +[IncreTable] public class FBS_CustomerRole : EntityBaseId { /// <summary> @@ -42,4 +42,9 @@ /// </summary> [Navigate(NavigateType.OneToOne, nameof(RoleId))] public SysRole SysRole { get; set; } + + + + + } -- Gitblit v1.9.1