TemplatePro/BZPT.Domains/Entity/Wage/IWage.cs

15 lines
500 B
C#
Raw Normal View History

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