zq-erp/src/main/java/com/matrix/system/app/vo/ShoppingGoodsListVo.java
@@ -1,5 +1,6 @@ package com.matrix.system.app.vo; import com.matrix.system.hive.bean.ShoppingGoods; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; @@ -84,7 +85,11 @@ } public void setIsPresent(String isPresent) { this.isPresent = isPresent; if ("是".equals(isPresent)) { this.isPresent = "1"; } else { this.isPresent = "0"; } } public String getUnit() {