17 lines
273 B
C#
17 lines
273 B
C#
using System;
|
|
using System.Data;
|
|
using EAS.Data;
|
|
using EAS.Data.Access;
|
|
using EAS.Data.ORM;
|
|
|
|
namespace SOH.Entities
|
|
{
|
|
/// <summary>
|
|
/// 实体对象 t_htxmb(合同项目表)。
|
|
/// </summary>
|
|
public partial class t_htxmb: DataEntity<t_htxmb>
|
|
{
|
|
|
|
}
|
|
}
|