Fix init DB
This commit is contained in:
@@ -24,7 +24,7 @@ namespace MP.FileData.DatabaseModels
|
||||
public string BasePath { get; set; } = "";
|
||||
public string ImgUrl { get; set; } = "";
|
||||
public string Note { get; set; } = "";
|
||||
public int ShowOrder { get; set; } = 0;
|
||||
public int ShowOrder { get; set; } = 999;
|
||||
|
||||
#endregion Public Properties
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user