Commit 29b2a79e authored by suhuiguang's avatar suhuiguang

fix(jyjc): 报检规则4.0开发

1.报检申请表生成url功能初始版本提交
parent 03ccbc6e
......@@ -280,4 +280,10 @@ public class JyjcInspectionApplication extends BaseEntity {
*/
@TableField(value = "use_unit_credit_code")
private String useUnitCreditCode;
/**
* 报检申请表文件路径
*/
@TableField(value = "inspect_app_url")
private String inspectAppUrl;
}
......@@ -211,6 +211,9 @@ public class JyjcInspectionApplicationModel extends BaseModel {
@ApiModelProperty(value = "设备的使用单位,报检监督检验规则使用")
private String useUnitCreditCode;
@ApiModelProperty(value = "报检申请表文件路径")
private String inspectAppUrl;
public String getProcessInstanceId() {
return this.instanceId != null ? this.instanceId : this.processInstanceId;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment