|
|
|
@ -18,7 +18,7 @@ namespace Shentun.Peis.PlugIns |
|
|
|
|
|
|
|
public class ColumnReferenceCodeValue |
|
|
|
{ |
|
|
|
public string Code { get; set; } |
|
|
|
public string CodeValue { get; set; } |
|
|
|
public string DisplayName { get; set; } |
|
|
|
public string Exter1 { get; set; } |
|
|
|
public string Exter2 { get; set; } |
|
|
|
@ -26,13 +26,13 @@ namespace Shentun.Peis.PlugIns |
|
|
|
public string Exter4 { get; set; } |
|
|
|
public string Exter5 { get; set; } |
|
|
|
public string SimpleCode { get; set; } |
|
|
|
public string FilterCode { get; set; } |
|
|
|
public string FilterCodeValue { get; set; } |
|
|
|
public int DisplayOrder { get; set; } |
|
|
|
} |
|
|
|
|
|
|
|
public class ColumnReferenceFilterCodeValue |
|
|
|
{ |
|
|
|
public string Code { get; set; } |
|
|
|
public string CodeValue { get; set; } |
|
|
|
public string DiaplayName { get; set; } |
|
|
|
public int DisplayOrder { get; set; } |
|
|
|
} |
|
|
|
|