代码中金额、数量类型修改
This commit is contained in:
parent
be630dae22
commit
d6888f6a97
|
|
@ -19,7 +19,7 @@ public class AccessVo {
|
|||
private String partName;
|
||||
|
||||
@ApiModelProperty(value = "配件数量")
|
||||
private Double partNum;
|
||||
private Integer partNum;
|
||||
|
||||
/** 机具分公司名称*/
|
||||
@ApiModelProperty(value = "机具分公司名称")
|
||||
|
|
|
|||
Loading…
Reference in New Issue