待办流程列表返回法规清单id

This commit is contained in:
liyawei
2022-09-15 18:11:53 +08:00
parent 2c96347c5e
commit 6166a92a37
@@ -1,6 +1,5 @@
package com.jero.modules.wkflow.entity;
import com.baomidou.mybatisplus.annotation.TableField;
import io.swagger.annotations.ApiModel;
import lombok.Data;
import lombok.EqualsAndHashCode;
@@ -73,4 +72,6 @@ public class BusProcessName implements Serializable {
private String projectName;
private String handlingTime;
private String projectLawsInventoryId;
}