修改耗材
This commit is contained in:
@@ -11,6 +11,8 @@ public class TbConsInfoFlow implements Serializable {
|
||||
|
||||
private Integer consId;
|
||||
|
||||
private Integer proSkuId;
|
||||
|
||||
private String conName;
|
||||
|
||||
private BigDecimal amount;
|
||||
@@ -53,6 +55,14 @@ public class TbConsInfoFlow implements Serializable {
|
||||
this.consId = consId;
|
||||
}
|
||||
|
||||
public Integer getProSkuId() {
|
||||
return proSkuId;
|
||||
}
|
||||
|
||||
public void setProSkuId(Integer proSkuId) {
|
||||
this.proSkuId = proSkuId;
|
||||
}
|
||||
|
||||
public String getConName() {
|
||||
return conName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user