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