Ai
369 Star 3.2K Fork 876

dotNET China/DBCHM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
AppConst.cs 698 Bytes
一键复制 编辑 原始数据 按行查看 历史
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DocTools
{
/// <summary>
/// dll库全局参数设置
/// </summary>
public static class AppConst
{
/// <summary>
/// 修订日志
/// </summary>
public const string LOG_CHAPTER_NAME = "修订日志";
/// <summary>
/// 数据库表目录
/// </summary>
public const string TABLE_CHAPTER_NAME = "数据库表目录";
/// <summary>
/// 数据库表结构
/// </summary>
public const string TABLE_STRUCTURE_CHAPTER_NAME = "数据库表结构";
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/dotnetchina/DBCHM.git
git@gitee.com:dotnetchina/DBCHM.git
dotnetchina
DBCHM
DBCHM
master

搜索帮助