4 Star 11 Fork 8

鸣飞/BuildH框架代码开发辅助工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Constant.cs 554 Bytes
一键复制 编辑 原始数据 按行查看 历史
鸣飞 提交于 6年前 . xxx
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace CodeGenerator.Core
{
public class Constant
{
/// <summary>
/// 获取当前服务器配置信息
/// </summary>
public static ServerInfo CurrentServerInfo;
/// <summary>
/// 默认数据库
/// </summary>
public static string DatabaseName;
/// <summary>
/// 表名称
/// </summary>
public static string TableName;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/mf_/CodeGenerator.git
git@gitee.com:mf_/CodeGenerator.git
mf_
CodeGenerator
BuildH框架代码开发辅助工具
master

搜索帮助