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
99b56ab6
Commit
99b56ab6
authored
Apr 16, 2025
by
刘林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):证管理表添加西安电梯是否可做业务字段
parent
7d33d3dd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
JgUseRegistrationManageDto.java
...os/boot/module/jg/api/dto/JgUseRegistrationManageDto.java
+2
-1
JgUseRegistrationManage.java
...os/boot/module/jg/api/entity/JgUseRegistrationManage.java
+6
-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/dto/JgUseRegistrationManageDto.java
View file @
99b56ab6
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jg
.
api
.
dto
;
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jg
.
api
.
dto
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
io.swagger.annotations.ApiModelProperty
;
...
@@ -137,4 +136,6 @@ public class JgUseRegistrationManageDto extends BaseDto {
...
@@ -137,4 +136,6 @@ public class JgUseRegistrationManageDto extends BaseDto {
@ApiModelProperty
(
"管辖机构名称"
)
@ApiModelProperty
(
"管辖机构名称"
)
private
String
superviseOrgName
;
private
String
superviseOrgName
;
@ApiModelProperty
(
"是否可以做业务-西安电梯导入用(0-否,1-是)"
)
private
String
is_do_business
;
}
}
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/entity/JgUseRegistrationManage.java
View file @
99b56ab6
...
@@ -234,4 +234,10 @@ public class JgUseRegistrationManage extends BaseEntity {
...
@@ -234,4 +234,10 @@ public class JgUseRegistrationManage extends BaseEntity {
*/
*/
@TableField
@TableField
private
String
superviseOrgName
;
private
String
superviseOrgName
;
/**
* 是否可以做业务-西安电梯导入用(0-否,1-是)
*/
@TableField
(
"is_do_business"
)
private
String
is_do_business
;
}
}
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