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
6b5348f6
Commit
6b5348f6
authored
May 08, 2025
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(使用登记大编辑):
1.使用登记台套类编辑开发台套类接口测试
parent
e557f74e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletion
+6
-1
EquipRegisterChangeDataDto.java
...os/boot/module/jg/api/dto/EquipRegisterChangeDataDto.java
+3
-0
EquipUseInfoChangeDataDto.java
...mos/boot/module/jg/api/dto/EquipUseInfoChangeDataDto.java
+0
-1
EquipChangeDataUpdateServiceImpl.java
.../edit/process/equip/EquipChangeDataUpdateServiceImpl.java
+1
-0
IdxBizJgConstructionInfo.java
.../boot/module/ymt/api/entity/IdxBizJgConstructionInfo.java
+2
-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/EquipRegisterChangeDataDto.java
View file @
6b5348f6
...
...
@@ -42,4 +42,7 @@ public class EquipRegisterChangeDataDto extends BaseChangeDataDto {
@FieldDisplayDefine
(
value
=
"其他附件"
,
type
=
JSON
.
class
)
private
String
otherAccessoriesReg
;
@FieldDisplayDefine
(
value
=
"安装资料是否完整齐全"
)
private
String
installationIsComplete
;
}
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/java/com/yeejoin/amos/boot/module/jg/api/dto/EquipUseInfoChangeDataDto.java
View file @
6b5348f6
...
...
@@ -21,5 +21,4 @@ public class EquipUseInfoChangeDataDto extends BaseChangeDataDto {
@FieldDisplayDefine
(
value
=
"设备来源"
,
isExist
=
false
)
private
String
dataSource
;
}
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/edit/process/equip/EquipChangeDataUpdateServiceImpl.java
View file @
6b5348f6
...
...
@@ -61,6 +61,7 @@ public class EquipChangeDataUpdateServiceImpl {
updateWrapper
.
set
(
IdxBizJgRegisterInfo:
:
getEquPrice
,
registerChangeDataDto
.
getEquPrice
());
updateWrapper
.
set
(
IdxBizJgRegisterInfo:
:
getProductPhoto
,
registerChangeDataDto
.
getProductPhoto
());
updateWrapper
.
set
(
IdxBizJgRegisterInfo:
:
getOtherAccessoriesReg
,
registerChangeDataDto
.
getOtherAccessoriesReg
());
updateWrapper
.
set
(
IdxBizJgRegisterInfo:
:
getInstallationIsComplete
,
registerChangeDataDto
.
getInstallationIsComplete
());
idxBizJgRegisterInfoMapper
.
update
(
null
,
updateWrapper
);
updateRegisterEsData
(
record
,
registerChangeDataDto
);
}
...
...
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/java/com/yeejoin/amos/boot/module/ymt/api/entity/IdxBizJgConstructionInfo.java
View file @
6b5348f6
...
...
@@ -4,6 +4,7 @@ import com.alibaba.fastjson.JSON;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableName
;
import
com.yeejoin.amos.boot.biz.common.annotation.FieldDisplayDefine
;
import
com.yeejoin.amos.boot.biz.common.annotation.Group
;
import
com.yeejoin.amos.boot.biz.common.entity.TzsBaseEntity
;
import
com.yeejoin.amos.boot.module.common.api.dto.IBaseChangeData
;
import
lombok.Data
;
...
...
@@ -22,6 +23,7 @@ import java.util.Date;
@EqualsAndHashCode
(
callSuper
=
true
)
@Accessors
(
chain
=
true
)
@TableName
(
"idx_biz_jg_construction_info"
)
@Group
(
"idx_biz_jg_construction_info"
)
public
class
IdxBizJgConstructionInfo
extends
TzsBaseEntity
implements
IBaseChangeData
{
...
...
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