TemplatePro/BZPT.Domains/Entity/Labor/ILabor.cs

15 lines
503 B
C#
Raw Normal View History

2025-03-02 23:30:03 +08:00
/***********************************************************
**:BZPT.Entity
**: Labor
** : CodeSmith生成
** : 1.0
**
************************************************************/
namespace BZPT.Domains.Entity.Labor
{
using System;
public interface ILabor
{
}
}