添加流量计水价字段
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user