|
@@ -39,6 +39,7 @@ public class ItdmRunFlowPathLog implements Serializable {
|
|
|
/**流程id*/
|
|
|
@Excel(name = "流程id", width = 15)
|
|
|
@ApiModelProperty(value = "流程id")
|
|
|
+ @Dict(dictTable ="itdm_flow_path", dicCode = "id",dicText = "name")
|
|
|
private String runFlowPath;
|
|
|
/**当前步骤id*/
|
|
|
@Excel(name = "当前步骤id", width = 15)
|