9 lines
162 B
C#
9 lines
162 B
C#
using ZR.Service;
|
|
using ZR.ServiceCore.Model;
|
|
|
|
namespace ZR.ServiceCore.Services.IService;
|
|
|
|
public interface ISysBlockService : IBaseService<SysBlock>
|
|
{
|
|
|
|
} |