10 lines
149 B
C#
10 lines
149 B
C#
using Infrastructure.Attribute;
|
|
using ZR.Model.System;
|
|
|
|
namespace ZR.Service.System.IService
|
|
{
|
|
public interface ISysFileService
|
|
{
|
|
}
|
|
}
|