..
This commit is contained in:
@@ -47,6 +47,14 @@ public class ProcessDefine extends BaseModel {
|
||||
@Column
|
||||
private String h5InstanceUrl;
|
||||
|
||||
@Comment("电脑端发起地址")
|
||||
@Column
|
||||
private String instanceViewUrl;
|
||||
|
||||
@Comment("手机端发起地址")
|
||||
@Column
|
||||
private String h5InstanceViewUrl;
|
||||
|
||||
@Comment("图标")
|
||||
@Column
|
||||
private String icon;
|
||||
|
||||
@@ -50,6 +50,14 @@ public class ProcessDesign extends BaseModel {
|
||||
@Column
|
||||
private String h5InstanceUrl;
|
||||
|
||||
@Comment("电脑端发起地址")
|
||||
@Column
|
||||
private String instanceViewUrl;
|
||||
|
||||
@Comment("手机端发起地址")
|
||||
@Column
|
||||
private String h5InstanceViewUrl;
|
||||
|
||||
@Comment("图标")
|
||||
@Column
|
||||
private String icon;
|
||||
|
||||
@@ -34,4 +34,16 @@ public class ProcessTaskActor extends BaseModel {
|
||||
@Column
|
||||
private String actorId;
|
||||
|
||||
@Comment("参与者账号")
|
||||
@Column
|
||||
private String actorAccount;
|
||||
|
||||
@Comment("参与者名称")
|
||||
@Column
|
||||
private String actorName;
|
||||
|
||||
@Comment("参与者单位")
|
||||
@Column
|
||||
private String actorUnitName;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user