|
|
|
@ -69,6 +69,10 @@ public class MesStepParam extends BaseBean implements Serializable {
|
|
|
|
|
@ApiParam("type")
|
|
|
|
|
private Integer type = 0;
|
|
|
|
|
|
|
|
|
|
@Column(name = "OBJECT_WHERE")
|
|
|
|
|
@ApiParam("参数对象查询条件")
|
|
|
|
|
private String objectWhere;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("可选值的数据")
|
|
|
|
|
private List<Map<String, Object>> enumList;
|
|
|
|
|