Skip to content
Snippets Groups Projects

Feature/fengguangyu

Closed 冯光宇 requested to merge feature/fengguangyu into develop
Compare and
2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -40,4 +40,7 @@ public class InComePlanCmd extends BaseDto {
@ApiModelProperty("一上二上")
private String inComePlanType;
@ApiModelProperty("总金额")
private BigDecimal totalMoney = new BigDecimal(0);
}