天津投入产出系统后端
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.
 
 
 
 
 
 

17 lines
352 B

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
{
}
}