|
@@ -36,6 +36,12 @@ public class ItdmRunFlowPath implements Serializable {
|
|
|
@TableId(type = IdType.ASSIGN_ID)
|
|
|
@ApiModelProperty(value = "主键")
|
|
|
private String id;
|
|
|
+ /**流程id*/
|
|
|
+ @Excel(name = "流程id", width = 15)
|
|
|
+ @ApiModelProperty(value = "流程id")
|
|
|
+ @Dict(dictTable ="itdm_flow_path", dicCode = "id",dicText = "name")
|
|
|
+
|
|
|
+ private String flowPathId;
|
|
|
/**名称*/
|
|
|
@Excel(name = "名称", width = 15)
|
|
|
@ApiModelProperty(value = "名称")
|