14 lines
289 B
C#
14 lines
289 B
C#
using System.Threading.Tasks;
|
||
|
||
namespace JNPF.WorkFlow.Interfaces.Service;
|
||
|
||
/// <summary>
|
||
/// 请假申请
|
||
/// 版 本:V3.2
|
||
/// 版 权:拓通智联科技有限公司(http://www.tuotong-tech.com)
|
||
/// 日 期:2021-06-01 .
|
||
/// </summary>
|
||
public interface ILeaveApplyService
|
||
{
|
||
}
|