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
44f5e17b
Commit
44f5e17b
authored
Dec 26, 2022
by
3533457856@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
project 表新增组织机构代码字段
parent
8799b9ee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
ProjectDto.java
.../com/yeejoin/amos/boot/module/ugp/api/dto/ProjectDto.java
+5
-0
Project.java
.../com/yeejoin/amos/boot/module/ugp/api/entity/Project.java
+6
-0
No files found.
amos-boot-system-ugp/amos-boot-module-ugp-api/src/main/java/com/yeejoin/amos/boot/module/ugp/api/dto/ProjectDto.java
View file @
44f5e17b
...
...
@@ -135,4 +135,9 @@ public class ProjectDto extends BaseDto {
List
<
Weld
>
weldList
;
List
<
List
<
Double
>>
weldLines
;
/**
* 组织机构代码
*/
private
String
creditCode
;
}
amos-boot-system-ugp/amos-boot-module-ugp-api/src/main/java/com/yeejoin/amos/boot/module/ugp/api/entity/Project.java
View file @
44f5e17b
...
...
@@ -154,4 +154,10 @@ public class Project extends BaseEntity {
*/
@TableField
(
"length"
)
private
String
length
;
/**
* 组织机构代码
*/
@TableField
(
"credit_code"
)
private
String
creditCode
;
}
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