更改逻辑删除问题
This commit is contained in:
@@ -16,7 +16,7 @@ TemplateFactory templateFactory = new();
|
||||
//List<string> entityNames = new() { "Banner" };
|
||||
string modelName = "Forum";
|
||||
string nameSpaces = "Yi.BBS";
|
||||
List<string> entityNames = new() { "Comment" };
|
||||
List<string> entityNames = new() { "_" };
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user