不做码农 40026f596f 测试
2021-09-27 08:06:09 +08:00

10 lines
149 B
C#

using Infrastructure.Attribute;
using ZR.Model.System;
namespace ZR.Service.System.IService
{
public interface ISysFileService
{
}
}