forked from Gitlink/microservices
Merge pull request '产品需求、产品规格默认值' (#807) from wanjia9506/microservices:kanban_refact into product_refact
This commit is contained in:
commit
bdb9b6ea6d
|
|
@ -11,5 +11,5 @@ public class PmsRequirementStatResVo {
|
|||
private List<ReqStatusStatVo> pmsProductStatVos;
|
||||
|
||||
@ApiModelProperty(value = "统计的比率")
|
||||
private Integer ratio;
|
||||
private Integer ratio=0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,5 +11,5 @@ import lombok.NoArgsConstructor;
|
|||
@Data
|
||||
@NoArgsConstructor
|
||||
public class ReqStatusStatVo extends EnumCommonVo {
|
||||
private Integer num;
|
||||
private Integer num=0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue