Files
Yi.Admin/Yi.Framework/Yi.Framework.DTOModel/SettingDto.cs
2021-11-03 15:32:45 +08:00

13 lines
195 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Framework.DTOModel
{
public class SettingDto
{
}
}