| | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import lombok.Data; |
| | | import org.jeecg.common.aspect.annotation.Dict; |
| | | import org.jeecg.common.constant.CommonConstant; |
| | | import org.jeecg.common.system.base.entity.JeecgEntity; |
| | | import org.jeecgframework.poi.excel.annotation.Excel; |
| | |
| | | private java.lang.Double changeCycle; |
| | | |
| | | @ApiModelProperty(value = "更换周期单位") |
| | | @Dict(dictTable = "mom_base_unit",dicCode = "id",dicText = "name") |
| | | private String unitId; |
| | | @TableField(exist = false) |
| | | private String unitName; |
| | | |
| | | @ApiModelProperty(value = "上次更换周期") |
| | | private java.util.Date laseChangeTime; |
| | |
| | | @ApiModelProperty(value = "精度参数分类编码/名称") |
| | | @TableField(exist = false) |
| | | private String equipmentStructureNumName; |
| | | @TableField(exist = false) |
| | | private String name; |
| | | @TableField(exist = false) |
| | | private String num; |
| | | @TableField(exist = false) |
| | | private String model; |
| | | @TableField(exist = false) |
| | | private String specification; |
| | | |
| | | } |