mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
代码生成的字段Comment换成Remark
This commit is contained in:
@@ -42,7 +42,7 @@ namespace OpenAuth.App.Request
|
||||
/// <summary>
|
||||
/// 列描述
|
||||
/// </summary>
|
||||
public string Comment { get; set; }
|
||||
public string Remark { get; set; }
|
||||
/// <summary>
|
||||
/// 列类型
|
||||
/// </summary>
|
||||
|
@@ -33,7 +33,7 @@ namespace OpenAuth.App.Request
|
||||
/// <summary>
|
||||
/// 表描述、中文名称
|
||||
/// </summary>
|
||||
public string Comment { get; set; }
|
||||
public string Remark { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 父表ID
|
||||
|
Reference in New Issue
Block a user