|
@@ -87,4 +87,6 @@ public class StartPayMeterFormTask extends BaseEntity {
|
|
@ApiModelProperty(value = "计算式")
|
|
@ApiModelProperty(value = "计算式")
|
|
private String calculateFormula;
|
|
private String calculateFormula;
|
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "支付日期")
|
|
|
|
+ private String payDate;
|
|
}
|
|
}
|