This commit is contained in:
2025-04-10 09:38:34 +08:00
parent 5330246bdd
commit b68dfe67b8
3 changed files with 191 additions and 281 deletions

View File

@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading.Tasks;
@@ -175,5 +176,15 @@ namespace Pilot_KD_Parino.Common
/// </summary>
public double BenCi { get; set; }
/// <summary>
/// 行的主键
/// </summary>
public string FROWID { get; set; }
/// <summary>
/// 父级主键ID
/// </summary>
public string FPARENTROWID { get; set; }
}
}