增加表说明
This commit is contained in:
parent
746685a901
commit
5ed2a9997a
|
@ -20,7 +20,7 @@ namespace Falcon.SugarApi.DatabaseDefinitions
|
|||
public DateTime? CreateTime { get; set; } = DateTime.Now;
|
||||
|
||||
/// <summary>
|
||||
/// 记录状态
|
||||
/// 记录状态。有效 无效
|
||||
/// </summary>
|
||||
[SugarColumn(IsNullable = false, ColumnDescription = "记录状态。有效 无效")]
|
||||
public string Status { get; set; } = "有效";
|
||||
|
|
Loading…
Reference in New Issue
Block a user