Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
29b2a79e
Commit
29b2a79e
authored
Sep 29, 2025
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jyjc): 报检规则4.0开发
1.报检申请表生成url功能初始版本提交
parent
03ccbc6e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
JyjcInspectionApplication.java
...oot/module/jyjc/api/entity/JyjcInspectionApplication.java
+6
-0
JyjcInspectionApplicationModel.java
...module/jyjc/api/model/JyjcInspectionApplicationModel.java
+3
-0
No files found.
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/java/com/yeejoin/amos/boot/module/jyjc/api/entity/JyjcInspectionApplication.java
View file @
29b2a79e
...
@@ -280,4 +280,10 @@ public class JyjcInspectionApplication extends BaseEntity {
...
@@ -280,4 +280,10 @@ public class JyjcInspectionApplication extends BaseEntity {
*/
*/
@TableField
(
value
=
"use_unit_credit_code"
)
@TableField
(
value
=
"use_unit_credit_code"
)
private
String
useUnitCreditCode
;
private
String
useUnitCreditCode
;
/**
* 报检申请表文件路径
*/
@TableField
(
value
=
"inspect_app_url"
)
private
String
inspectAppUrl
;
}
}
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-api/src/main/java/com/yeejoin/amos/boot/module/jyjc/api/model/JyjcInspectionApplicationModel.java
View file @
29b2a79e
...
@@ -211,6 +211,9 @@ public class JyjcInspectionApplicationModel extends BaseModel {
...
@@ -211,6 +211,9 @@ public class JyjcInspectionApplicationModel extends BaseModel {
@ApiModelProperty
(
value
=
"设备的使用单位,报检监督检验规则使用"
)
@ApiModelProperty
(
value
=
"设备的使用单位,报检监督检验规则使用"
)
private
String
useUnitCreditCode
;
private
String
useUnitCreditCode
;
@ApiModelProperty
(
value
=
"报检申请表文件路径"
)
private
String
inspectAppUrl
;
public
String
getProcessInstanceId
()
{
public
String
getProcessInstanceId
()
{
return
this
.
instanceId
!=
null
?
this
.
instanceId
:
this
.
processInstanceId
;
return
this
.
instanceId
!=
null
?
this
.
instanceId
:
this
.
processInstanceId
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment