种子数据

This commit is contained in:
橙子
2021-10-23 13:41:58 +08:00
parent ea5d10d2b1
commit 0c1b3632b4
20 changed files with 1987 additions and 21 deletions

View File

@@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Framework.Common.Models
{
public class AxiosUrlsModel
{
public string get { get; set; }
public string update { get; set; }
public string del { get; set; }
public string add { get; set; }
}
}