Skip to content
Snippets Groups Projects

Feature/zhouquan/dev

Merged 周全 requested to merge feature/zhouquan/dev into develop
Compare and
7 files
+ 328
0
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -71,6 +71,9 @@ public class ProjectLibraryOut extends BaseDto implements Serializable {
@ApiModelProperty("一上预算金额")
private BigDecimal oneUPTotalMoney = BigDecimal.valueOf(0);
@ApiModelProperty("二上预算金额")
private BigDecimal twoUPTotalMoney = BigDecimal.valueOf(0);
@ApiModelProperty("二上状态")
private Integer twoUPState = 0;