You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
336 B
13 lines
336 B
using QMAPP.FJC.Entity.CompleteStatistics.Table;
|
|
using QMFrameWork.Data.Attributes;
|
|
|
|
namespace QMAPP.FJC.Entity.CompleteStatistics
|
|
{
|
|
/// <summary>
|
|
/// 系统配置表
|
|
/// </summary>
|
|
[DBTable(TableName = "T_SYSTEM_CONFIG", TimeStampColumn = "UPDATETIME")]
|
|
public class SystemConfig : T_SYSTEM_CONFIG
|
|
{
|
|
}
|
|
}
|
|
|