添加文件操作

This commit is contained in:
橙子
2022-05-03 19:40:13 +08:00
parent 5eec076ea2
commit b934ce2893
12 changed files with 135 additions and 8 deletions

View File

@@ -78,7 +78,7 @@ namespace Yi.Framework.Model.Models
///
///</summary>
[SugarColumn(ColumnName="Icon" )]
public long? Icon { get; set; }
public string Icon { get; set; }
/// <summary>
///
///</summary>