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.
18 lines
352 B
18 lines
352 B
4 years ago
|
using System;
|
||
|
using QMFrameWork.Data.Attributes;
|
||
|
using QMAPP.Entity.Sys.Entity;
|
||
|
|
||
|
namespace QMAPP.Entity.Sys
|
||
|
{
|
||
|
/// </summary>
|
||
|
/// 个行设置
|
||
|
/// 作 者:李炳海
|
||
|
/// 编写日期:2015年02月26日
|
||
|
/// </summary>
|
||
|
[DBTable(TableName = "T_QM_PERSNALSET")]
|
||
|
public class PersnalSet : T_QM_PERSNALSET
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|