jinlin
2024-07-16 c2f855eb59e9d19d4957bc4cb51e3ca63d4ce4c4
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/taskReliability/model/Task.java
@@ -1,5 +1,6 @@
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;
@@ -27,13 +28,16 @@
   @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;
}