工作流代码提交
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.njcn.prepare.harmonic.pojo.po;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
@@ -24,6 +25,7 @@ public class ThsSupervise {
|
||||
* 技术监督Guid
|
||||
*/
|
||||
@ApiModelProperty(name = "supIndex", value = "技术监督Guid", required = true)
|
||||
@TableId
|
||||
private String supIndex;
|
||||
/**
|
||||
* 部门id
|
||||
|
||||
@@ -118,4 +118,9 @@ public class SuperviseVo {
|
||||
@ApiModelProperty(name = "progressTime", value = "进行时间(天)")
|
||||
private Integer progressTime;
|
||||
|
||||
|
||||
private String deploymentId;
|
||||
|
||||
private String execId;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user