2023-08-19 23:21:12 +08:00
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
using WinformDevFramework.Models;
|
2024-05-13 11:10:35 +08:00
|
|
|
|
2023-08-19 23:21:12 +08:00
|
|
|
|
|
|
|
|
namespace WinformDevFramework.IServices
|
|
|
|
|
{
|
|
|
|
|
public interface IsysRoleMenuServices: IBaseServices<sysRoleMenu>
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|