| | |
| | | package com.zt.life.modules.taskReliability.model; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.zt.common.entity.BusiEntity; |
| | | import io.swagger.annotations.ApiModel; |
| | |
| | | private Long pid; |
| | | |
| | | @ApiModelProperty(value = "") |
| | | private Long modelTag; |
| | | private String modelTag; |
| | | |
| | | @ApiModelProperty(value = "模型名称") |
| | | private String modelName; |
| | |
| | | @ApiModelProperty(value = "备注") |
| | | private String remark; |
| | | |
| | | @TableField(exist = false) |
| | | @ApiModelProperty(value = "模型状态") |
| | | private String modelState; |
| | | |
| | | } |