添加耗材信息单价字段

This commit is contained in:
牛叉闪闪
2024-08-17 18:25:03 +08:00
parent 4909ebe807
commit 58eb528047
2 changed files with 6 additions and 1 deletions

View File

@@ -75,6 +75,11 @@ public class ViewConInfoFlow implements Serializable {
private BigDecimal balance;
@Column(name = "`status`",nullable = false)
@ApiModelProperty(value = "status")
private String status;
@Column(name = "`product_id`")
@ApiModelProperty(value = "商品id")

View File

@@ -50,7 +50,7 @@ public class ViewConInfoFlowDto implements Serializable {
private String productId;
private String productName;
private String status;
private String conCode;