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.
21 lines
446 B
21 lines
446 B
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using QMFrameWork.Data.Attributes;
|
|
using System.Data;
|
|
using QMAPP.Entity.Sys.Table;
|
|
|
|
namespace QMAPP.Entity.Sys
|
|
{
|
|
///</summary>
|
|
/// 模块编号:
|
|
/// 作 用:在线帮助实体类
|
|
/// 作 者:
|
|
/// 编写日期:2014年12月22日
|
|
///</summary>
|
|
public class OnlineHelp : T_QM_ONLINEHELP
|
|
{
|
|
|
|
}
|
|
}
|
|
|