Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
car-database-api
Project
Project
Details
Activity
Releases
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
中汽研标准应用数据库
car-database-api
Commits
693d1e79
Commit
693d1e79
authored
Sep 10, 2024
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
排序
parent
962af034
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
TTestPlanRecord.java
...eview/src/main/java/com/ruoyi/domain/TTestPlanRecord.java
+1
-1
TTestPlanRecordMapper.xml
...eview/src/main/resources/mapper/TTestPlanRecordMapper.xml
+1
-1
No files found.
quality-review/src/main/java/com/ruoyi/domain/TTestPlanRecord.java
View file @
693d1e79
...
@@ -69,7 +69,7 @@ public class TTestPlanRecord{
...
@@ -69,7 +69,7 @@ public class TTestPlanRecord{
*/
*/
@ApiModelProperty
(
"检测机构名称"
)
@ApiModelProperty
(
"检测机构名称"
)
@TableField
(
exist
=
false
)
@TableField
(
exist
=
false
)
private
String
testOrganization
Name
;
private
String
dept
Name
;
/**
/**
* 关联的检验项目逗号分隔id
* 关联的检验项目逗号分隔id
...
...
quality-review/src/main/resources/mapper/TTestPlanRecordMapper.xml
View file @
693d1e79
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<result
property=
"testResult"
column=
"test_result"
jdbcType=
"VARCHAR"
/>
<result
property=
"testResult"
column=
"test_result"
jdbcType=
"VARCHAR"
/>
<result
property=
"createTime"
column=
"create_time"
jdbcType=
"TIMESTAMP"
/>
<result
property=
"createTime"
column=
"create_time"
jdbcType=
"TIMESTAMP"
/>
<result
property=
"testOrganizationId"
column=
"test_organization_id"
jdbcType=
"BIGINT"
/>
<result
property=
"testOrganizationId"
column=
"test_organization_id"
jdbcType=
"BIGINT"
/>
<result
property=
"
testOrganization
Name"
column=
"dept_name"
jdbcType=
"VARCHAR"
/>
<result
property=
"
dept
Name"
column=
"dept_name"
jdbcType=
"VARCHAR"
/>
<result
property=
"inspectionItem"
column=
"inspection_item"
jdbcType=
"VARCHAR"
/>
<result
property=
"inspectionItem"
column=
"inspection_item"
jdbcType=
"VARCHAR"
/>
<result
property=
"useCaseNo"
column=
"use_case_no"
jdbcType=
"INTEGER"
/>
<result
property=
"useCaseNo"
column=
"use_case_no"
jdbcType=
"INTEGER"
/>
<result
property=
"inspectionStandardId"
column=
"inspection_standard_id"
jdbcType=
"BIGINT"
/>
<result
property=
"inspectionStandardId"
column=
"inspection_standard_id"
jdbcType=
"BIGINT"
/>
...
...
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