添加耗材信息单价字段

This commit is contained in:
牛叉闪闪 2024-08-17 18:33:35 +08:00
parent 9b8ec56b96
commit 085ae733e2
1 changed files with 1 additions and 1 deletions

View File

@ -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;