| 123456789101112131415 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using WorkFlowApi.Entity.SchemeEntity;
- using WorkFlowApi.IBusiness.Scheme;
- namespace WorkFlowApi.Business.Scheme
- {
- public class WFTaskLogBusiness : BaseBusiness<T_WF_TaskLog>, IWFTaskLogBusiness
- {
- }
- }
|