- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using WorkFlowApi.Entity;
- namespace WorkFlowApi.IBusiness
- {
- public interface IUserRelationBusiness : IBaseBusiness<T_Sys_UserRelation>
- {
- }
- }
|