Commit d6c233ef authored by wanglong's avatar wanglong

删除任务表实体中多余字段

parent 5fef46ae
...@@ -16,10 +16,6 @@ public class TaskDto implements Serializable { ...@@ -16,10 +16,6 @@ public class TaskDto implements Serializable {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/**
*
*/
private Long sequenceNbr;
@ApiModelProperty(value = "任务名称") @ApiModelProperty(value = "任务名称")
/** /**
* 任务名称 * 任务名称
......
...@@ -24,7 +24,7 @@ public class Task extends BaseEntity { ...@@ -24,7 +24,7 @@ public class Task extends BaseEntity {
private Long sequenceNbr;
@ApiModelProperty(value = "任务名称") @ApiModelProperty(value = "任务名称")
private String name; private String name;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment