Files
tnb.server/workflow/Tnb.WorkFlow.Interfaces/Service/ILeaveApplyService.cs
2023-03-13 15:00:34 +08:00

14 lines
289 B
C#
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
using System.Threading.Tasks;
namespace JNPF.WorkFlow.Interfaces.Service;
/// <summary>
/// 请假申请
/// 版 本V3.2
/// 版 权拓通智联科技有限公司http://www.tuotong-tech.com
/// 日 期2021-06-01 .
/// </summary>
public interface ILeaveApplyService
{
}