| | |
| | | package org.jeecg.modules.eam.entity; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import io.swagger.annotations.ApiModel; |
| | |
| | | @Excel(name = "参数范围", width = 15) |
| | | @ApiModelProperty(value = "参数范围") |
| | | private String parameterPeriod; |
| | | @TableField(exist = false) |
| | | private String parameterCode; |
| | | @TableField(exist = false) |
| | | private String parameterUnit; |
| | | } |