mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-07 17:41:28 +08:00
代码生成的字段Comment换成Remark
This commit is contained in:
@@ -72,7 +72,7 @@ namespace OpenAuth.App
|
||||
{
|
||||
ColumnName = property.Name,
|
||||
TableName = moduleName,
|
||||
Comment = description,
|
||||
Remark = description,
|
||||
IsList = browsable,
|
||||
ColumnType = typeName
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user