|
@@ -106,6 +106,9 @@ public class BaseInfo implements DataModel{
|
|
|
/**结束桩号*/
|
|
|
@JSONField(name = "key_26",label="结束桩号",ordinal = 13)
|
|
|
private String endStation;
|
|
|
+ /**里程信息*/
|
|
|
+ @JSONField(name = "key_27",label="里程信息",ordinal = 13)
|
|
|
+ private String projectMileage;
|
|
|
|
|
|
/* @JSONField(name = "key_27",label="动员预付款占合同比例",ordinal = 13)
|
|
|
private String startRatio="10";
|