wxd 2 years ago
parent
commit
52aaaaaf00
  1. 4
      src/Shentun.ColumnReferencePlugIns/ColumnReferencePlugIns.cs

4
src/Shentun.ColumnReferencePlugIns/ColumnReferencePlugIns.cs

@ -20,13 +20,13 @@ namespace Shentun.Peis.PlugIns
{ {
public string Code { get; set; } public string Code { get; set; }
public string DisplayName { get; set; } public string DisplayName { get; set; }
public string SimpleCode { get; set; }
public string FilterCode { get; set; }
public string Exter1 { get; set; } public string Exter1 { get; set; }
public string Exter2 { get; set; } public string Exter2 { get; set; }
public string Exter3 { get; set; } public string Exter3 { get; set; }
public string Exter4 { get; set; } public string Exter4 { get; set; }
public string Exter5 { get; set; } public string Exter5 { get; set; }
public string SimpleCode { get; set; }
public string FilterCode { get; set; }
public int DisplayOrder { get; set; } public int DisplayOrder { get; set; }
} }

Loading…
Cancel
Save