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
159b53a5
Commit
159b53a5
authored
Aug 21, 2024
by
tianbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:大屏应急接口-ymt AlertCalled修改字段
parent
54bbf4ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
AlertCalled.java
.../yeejoin/amos/boot/module/ymt/api/entity/AlertCalled.java
+5
-2
No files found.
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/java/com/yeejoin/amos/boot/module/ymt/api/entity/AlertCalled.java
View file @
159b53a5
...
...
@@ -161,8 +161,8 @@ public class AlertCalled extends BaseEntity {
/**
* 组织机构
*/
@TableField
(
"org_code"
)
private
String
o
rgCode
;
@TableField
(
"
biz_
org_code"
)
private
String
bizO
rgCode
;
/**
* 工单编号
...
...
@@ -232,4 +232,7 @@ public class AlertCalled extends BaseEntity {
@ApiModelProperty
(
value
=
"现场照片"
)
private
List
<
AttachmentDto
>
images
;
@ApiModelProperty
(
value
=
"技能组"
)
@TableField
(
"skill_group"
)
private
String
skillGroup
;
}
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