|
|
@@ -229,6 +229,11 @@ namespace Learun.Application.TwoDevelopment.AssetManagementSystem |
|
|
|
/// </summary> |
|
|
|
[Column("PROCESSID")] |
|
|
|
public string ProcessId { get; set; } |
|
|
|
/// <summary> |
|
|
|
/// 自动更新已提折旧月数时间 |
|
|
|
/// </summary> |
|
|
|
[Column("AUTOUPDATETIME")] |
|
|
|
public DateTime? AutoUpdateTime { get; set; } |
|
|
|
#endregion |
|
|
|
|
|
|
|
#region 扩展操作 |
|
|
|