|  |  | 
 |  |  | package com.zt.life.modules.mainPart.taskReliability.model; | 
 |  |  |  | 
 |  |  | import com.baomidou.mybatisplus.annotation.TableField; | 
 |  |  | import com.baomidou.mybatisplus.annotation.TableName; | 
 |  |  | import com.zt.common.entity.BusiEntity; | 
 |  |  | import io.swagger.annotations.ApiModelProperty; | 
 |  |  | 
 |  |  |    @ApiModelProperty(value = "任务名称") | 
 |  |  |    private String taskName; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "任务顺序") | 
 |  |  |    private Integer taskSort; | 
 |  |  | /*   @ApiModelProperty(value = "任务顺序") | 
 |  |  |    private Integer taskSort;*/ | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "备注") | 
 |  |  |    private String remark; | 
 |  |  |  | 
 |  |  |    @ApiModelProperty(value = "") | 
 |  |  |    private Integer status; | 
 |  |  |    @TableField(exist = false) | 
 |  |  |    private String name; | 
 |  |  |  | 
 |  |  |    private Double taskDuration; | 
 |  |  |  | 
 |  |  |  | 
 |  |  | } |