更改数据库字段

This commit is contained in:
橙子
2021-10-20 15:40:19 +08:00
parent 4793297f5e
commit dcb51eb212
9 changed files with 329 additions and 31 deletions

View File

@@ -8,8 +8,8 @@ namespace Yi.Framework.Model.Models
{
public class loopModel:baseModel<int>
{
public int? is_top { get; set; }
public int? sort { get; set; }
public int? is_show { get; set; }
public int is_top { get; set; }
public int sort { get; set; }
public int is_show { get; set; }
}
}