添加流量计水价字段

This commit is contained in:
蒾酒
2025-01-01 14:44:45 +08:00
parent eaca8abe80
commit 835a7bbaeb
2 changed files with 34 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import lombok.EqualsAndHashCode;
import com.fastbee.common.annotation.Excel;
import com.fastbee.common.core.domain.BaseEntity;
import java.math.BigDecimal;
import java.util.Date;
/**
@ -185,6 +186,10 @@ public class DeviceReportInfo extends BaseEntity
@ApiModelProperty("流量计型号1管段式2卡片式")
private Integer flowModel;
/** 水价单位元 */
@Excel(name = "水价单位元")
@ApiModelProperty("水价单位元")
private BigDecimal waterFree;
//----------------------------------------------------------业务字段-----------------------------------------------------------
/** 是否自动审核 */
@TableField(exist = false)