bug处理

This commit is contained in:
2024-04-23 10:16:16 +08:00
parent c8e2f1eafd
commit 579f2d3a39
197 changed files with 2509 additions and 1363 deletions

View File

@@ -6,7 +6,7 @@ namespace JNPF.Message.Entitys;
/// <summary>
/// 在线聊天
/// 版 本V3.2
/// 版 权拓通智联科技有限公司http://www.tuotong-tech.com
/// 日 期2021-06-01.
/// </summary>
[SugarTable("BASE_IMCONTENT")]

View File

@@ -6,7 +6,7 @@ namespace JNPF.Message.Entitys.Entity;
/// <summary>
/// 消息账号配置
/// 版 本V3.2
/// 版 权拓通智联科技有限公司http://www.tuotong-tech.com
/// 日 期2021-06-01.
/// </summary>
[SugarTable("BASE_MESSAGE_ACCOUNT_CONFIG")]

View File

@@ -6,7 +6,7 @@ namespace JNPF.Message.Entitys.Entity;
/// <summary>
/// 消息字典配置
/// 版 本V3.2
/// 版 权拓通智联科技有限公司http://www.tuotong-tech.com
/// 日 期2021-06-01.
/// </summary>
[SugarTable("BASE_MESSAGE_DATA_TYPE")]

View File

@@ -6,7 +6,7 @@ namespace JNPF.Message.Entitys;
/// <summary>
/// 消息实例
/// 版 本V3.2
/// 版 权拓通智联科技有限公司http://www.tuotong-tech.com
/// 日 期2021-06-01.
/// </summary>
[SugarTable("BASE_MESSAGE")]

View File

@@ -6,6 +6,7 @@ namespace JNPF.Message.Entitys.Entity;
/// <summary>
/// 消息监控
/// 版 本V3.2
/// 版 权拓通智联科技有限公司http://www.tuotong-tech.com
/// 日 期2021-06-01.
/// </summary>
[SugarTable("BASE_MESSAGE_MONITOR")]

View File

@@ -6,7 +6,7 @@ namespace JNPF.Message.Entitys;
/// <summary>
/// 消息接收
/// 版 本V3.2
/// 版 权拓通智联科技有限公司http://www.tuotong-tech.com
/// 日 期2021-06-01.
/// </summary>
[SugarTable("BASE_MESSAGERECEIVE")]

View File

@@ -6,7 +6,7 @@ namespace JNPF.Message.Entitys.Entity;
/// <summary>
/// 消息发送配置
/// 版 本V3.2
/// 版 权拓通智联科技有限公司http://www.tuotong-tech.com
/// 日 期2021-06-01.
/// </summary>
[SugarTable("BASE_MESSAGE_SEND_CONFIG")]

View File

@@ -6,7 +6,7 @@ namespace JNPF.Message.Entitys.Entity;
/// <summary>
/// 消息发送记录配置
/// 版 本V3.2
/// 版 权拓通智联科技有限公司http://www.tuotong-tech.com
/// 日 期2021-06-01.
/// </summary>
[SugarTable("BASE_MESSAGE_SEND_RECORD")]

View File

@@ -6,7 +6,7 @@ namespace JNPF.Message.Entitys.Entity;
/// <summary>
/// 消息发送模板配置
/// 版 本V3.2
/// 版 权拓通智联科技有限公司http://www.tuotong-tech.com
/// 日 期2021-06-01.
/// </summary>
[SugarTable("BASE_MESSAGE_SEND_TEMPLATE")]

View File

@@ -6,7 +6,7 @@ namespace JNPF.Message.Entitys.Entity;
/// <summary>
/// 消息连接
/// 版 本V3.2
/// 版 权拓通智联科技有限公司http://www.tuotong-tech.com
/// 日 期2021-06-01.
/// </summary>
[SugarTable("BASE_MESSAGE_SHORT_LINK")]

View File

@@ -6,7 +6,7 @@ namespace JNPF.Message.Entitys.Entity;
/// <summary>
/// 短信变量
/// 版 本V3.2
/// 版 权拓通智联科技有限公司http://www.tuotong-tech.com
/// 日 期2021-06-01.
/// </summary>
[SugarTable("BASE_MESSAGE_SMS_FIELD")]

View File

@@ -6,7 +6,7 @@ namespace JNPF.Message.Entitys.Entity;
/// <summary>
/// 消息模板配置
/// 版 本V3.2
/// 版 权拓通智联科技有限公司http://www.tuotong-tech.com
/// 日 期2021-06-01.
/// </summary>
[SugarTable("BASE_MESSAGE_TEMPLATE_CONFIG")]

View File

@@ -6,7 +6,7 @@ namespace JNPF.Message.Entitys.Entity;
/// <summary>
/// 消息模板参数
/// 版 本V3.2
/// 版 权拓通智联科技有限公司http://www.tuotong-tech.com
/// 日 期2021-06-01.
/// </summary>
[SugarTable("BASE_MESSAGE_TEMPLATE_PARAM")]

View File

@@ -6,7 +6,7 @@ namespace JNPF.Message.Entitys.Entity;
/// <summary>
/// 微信公众号用户
/// 版 本V3.2
/// 版 权拓通智联科技有限公司http://www.tuotong-tech.com
/// 日 期2021-06-01.
/// </summary>
[SugarTable("BASE_MESSAGE_WECHAT_USER")]

View File

@@ -6,7 +6,7 @@ namespace JNPF.Message.Entitys.Entity;
/// <summary>
/// 个推用户表.
/// 版 本V3.2
/// 版 权拓通智联科技有限公司http://www.tuotong-tech.com
/// 日 期2021-06-01.
/// </summary>
[SugarTable("BASE_USER_DEVICE")]