添加耗材信息单价字段
This commit is contained in:
parent
58eb528047
commit
cf62b77128
|
|
@ -75,7 +75,7 @@ public class ViewConInfoFlow implements Serializable {
|
||||||
private BigDecimal balance;
|
private BigDecimal balance;
|
||||||
|
|
||||||
|
|
||||||
@Column(name = "`status`",nullable = false)
|
@Column(name = "`status`")
|
||||||
@ApiModelProperty(value = "status")
|
@ApiModelProperty(value = "status")
|
||||||
private String status;
|
private String status;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue