设置模块

This commit is contained in:
橙子
2021-11-03 15:32:45 +08:00
parent 543e656633
commit 577f82657d
3 changed files with 109 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Framework.DTOModel
{
public class SettingDto
{
}
}