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
aa2a43fa
Commit
aa2a43fa
authored
Jul 24, 2024
by
王果
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):告知单打印功能开发
parent
6ffd464c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
66 additions
and
28 deletions
+66
-28
JgTransferNotice.java
...join/amos/boot/module/jg/api/entity/JgTransferNotice.java
+10
-10
JgTransferNoticeEq.java
...in/amos/boot/module/jg/api/entity/JgTransferNoticeEq.java
+27
-0
CommonController.java
.../amos/boot/module/jg/biz/controller/CommonController.java
+29
-18
JgTransferNoticeServiceImpl.java
...dule/jg/biz/service/impl/JgTransferNoticeServiceImpl.java
+0
-0
installation-notification-report.ftl
.../resources/templates/installation-notification-report.ftl
+0
-0
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/entity/JgTransferNotice.java
View file @
aa2a43fa
...
@@ -292,9 +292,6 @@ public class JgTransferNotice extends BaseEntity {
...
@@ -292,9 +292,6 @@ public class JgTransferNotice extends BaseEntity {
@TableField
(
value
=
"promoter"
)
@TableField
(
value
=
"promoter"
)
private
String
promoter
;
private
String
promoter
;
@TableField
(
exist
=
false
)
private
String
equipCateName
;
@TableField
(
value
=
"handle_date"
)
@TableField
(
value
=
"handle_date"
)
private
Date
handleDate
;
private
Date
handleDate
;
...
@@ -310,7 +307,10 @@ public class JgTransferNotice extends BaseEntity {
...
@@ -310,7 +307,10 @@ public class JgTransferNotice extends BaseEntity {
private
String
supervisoryCode
;
private
String
supervisoryCode
;
@TableField
(
exist
=
false
)
@TableField
(
value
=
"equ_category"
)
private
String
equCategory
;
@TableField
(
value
=
"equ_list"
)
private
String
equList
;
private
String
equList
;
@TableField
(
value
=
"equ_list_code"
)
@TableField
(
value
=
"equ_list_code"
)
...
@@ -327,12 +327,12 @@ public class JgTransferNotice extends BaseEntity {
...
@@ -327,12 +327,12 @@ public class JgTransferNotice extends BaseEntity {
@TableField
(
value
=
"transfer_to_user_ids"
)
@TableField
(
value
=
"transfer_to_user_ids"
)
private
String
transferToUserIds
;
private
String
transferToUserIds
;
//
/**
//
/**
* 告知书编号
//
* 告知书编号
*/
//
*/
@TableField
(
value
=
"inform_number"
)
//
@TableField(value = "inform_number")
private
String
informNumber
;
//
private String informNumber;
/**
/**
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/entity/JgTransferNoticeEq.java
View file @
aa2a43fa
...
@@ -34,4 +34,31 @@ public class JgTransferNoticeEq extends BaseEntity {
...
@@ -34,4 +34,31 @@ public class JgTransferNoticeEq extends BaseEntity {
@TableField
(
"equ_id"
)
@TableField
(
"equ_id"
)
private
String
equId
;
private
String
equId
;
/**
* 设备类别
*/
@TableField
(
value
=
"equ_category"
)
private
String
equCategory
;
/**
* 设备种类
*/
@TableField
(
value
=
"equ_list"
)
private
String
equList
;
/**
* 设备种类编码
*/
@TableField
(
value
=
"equ_list_code"
)
private
String
equListCode
;
/**
* 告知书编号
*/
@TableField
(
value
=
"inform_number"
)
private
String
informNumber
;
}
}
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/controller/CommonController.java
View file @
aa2a43fa
This diff is collapsed.
Click to expand it.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/JgTransferNoticeServiceImpl.java
View file @
aa2a43fa
This diff is collapsed.
Click to expand it.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/resources/templates/installation-notification-report.ftl
View file @
aa2a43fa
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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