19 lines
689 B
C#
19 lines
689 B
C#
|
/***********************************************************
|
|||
|
**项目名称:
|
|||
|
**功能描述: TeamPersonnelLog 农民工进出场记录
|
|||
|
**作 者: 此代码由CodeSmith生成。
|
|||
|
**版 本 号: 1.0
|
|||
|
**修改历史:
|
|||
|
************************************************************/
|
|||
|
namespace BZPT.Domains.IRepositories.Pro
|
|||
|
{
|
|||
|
using System;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// TeamPersonnelLog仓储操作层接口
|
|||
|
/// </summary>
|
|||
|
public partial interface ITeamPersonnelLogRepository : IRepository<Entity.Pro.TeamPersonnelLog, string>
|
|||
|
{
|
|||
|
}
|
|||
|
}
|