fix(征求意见流程): 超期标识
This commit is contained in:
@@ -8,10 +8,11 @@ import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import com.jero.common.aspect.annotation.Dict;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.util.Date;
|
||||
import lombok.Data;
|
||||
import org.springframework.format.annotation.DateTimeFormat;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
*流程总表
|
||||
*@author liJiaRao
|
||||
@@ -183,4 +184,10 @@ public class ProcessAll {
|
||||
@ApiModelProperty(value="节点id")
|
||||
private String nodeId;
|
||||
|
||||
/**
|
||||
* 超期标识(0:未超期 1:已超期)
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "超期标识(0:未超期 1:已超期)")
|
||||
private String overDue;
|
||||
}
|
||||
Reference in New Issue
Block a user