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
873ce1a3
Commit
873ce1a3
authored
May 13, 2025
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor(大编辑):代码重构
1.公共编辑接口 2.公共详情接口
parent
c808600d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
53 deletions
+0
-53
ChangeDataDto.java
...om/yeejoin/amos/boot/module/jg/api/dto/ChangeDataDto.java
+0
-53
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/ChangeDataDto.java
deleted
100644 → 0
View file @
c808600d
package
com
.
yeejoin
.
amos
.
boot
.
module
.
jg
.
api
.
dto
;
import
io.swagger.annotations.ApiModel
;
import
lombok.Data
;
import
lombok.experimental.Accessors
;
import
java.io.Serializable
;
@Data
@ApiModel
(
value
=
"变化的数据"
)
public
class
ChangeDataDto
implements
Serializable
{
/**
* 必须字段-字段key
*/
private
String
columnKey
;
/**
* 必须字段-字段描述
*/
private
String
columnLabel
;
/**
* 必须字段-字段原始值
*/
private
String
columnOldValue
;
/**
* 必须字段-字段新值
*/
private
String
columnNewValue
;
/**
* 非必须字段-变化的数据id(设备的record、或者业务的id),持使用登记的设备信息变更、不同业务流程的业务数据变更
*/
private
String
changeId
;
/**
* 非必须字段-业务数据分类:如使用登记、安装告知等
*/
private
String
bizType
;
/**
* 非必须字段-变更数据的分类:如使用信息、制造信息、设计信息、技术参数 - key
*/
private
String
columnFamily
;
/**
* 非必须字段-字段类型-扩展使用
*/
private
String
columnType
;
}
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