10 lines
166 B
C#
10 lines
166 B
C#
|
|
using Infrastructure.Attribute;
|
|||
|
|
using ZR.Model.System;
|
|||
|
|
|
|||
|
|
namespace ZR.Service.IService
|
|||
|
|
{
|
|||
|
|
public interface ISysFileService : IBaseService<SysFile>
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|