|
|
|
@ -19,12 +19,12 @@ namespace Shentun.Peis.PlugIns |
|
|
|
public class ColumnReferenceCodeValue |
|
|
|
{ |
|
|
|
public string Code { get; set; } |
|
|
|
public string DisplayName { get; set; } |
|
|
|
public string Exter1 { get; set; } |
|
|
|
public string Exter2 { get; set; } |
|
|
|
public string Exter3 { get; set; } |
|
|
|
public string Exter4 { get; set; } |
|
|
|
public string Exter5 { get; set; } |
|
|
|
public string DisplayName { get; set; } |
|
|
|
public string SimpleCode { get; set; } |
|
|
|
public string FilterCode { get; set; } |
|
|
|
public int DisplayOrder { get; set; } |
|
|
|
|