3
This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user