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
bb7151e4
Commit
bb7151e4
authored
Dec 13, 2023
by
LiuLin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(tcm):调整业务代码结构
parent
3c60f8dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
17 deletions
+12
-17
AttachmentDto.java
...ejoin/amos/boot/module/tcm/flc/api/dto/AttachmentDto.java
+12
-17
No files found.
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-common/src/main/java/com/yeejoin/amos/boot/module/tcm/flc/api/dto/AttachmentDto.java
View file @
bb7151e4
package
com
.
yeejoin
.
amos
.
boot
.
module
.
tcm
.
flc
.
api
.
dto
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
io.swagger.annotations.ApiModel
;
import
io.swagger.annotations.ApiModelProperty
;
import
com.yeejoin.amos.boot.biz.common.dto.BaseDto
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
*
附件表
*
公共附件
*
* @author system_generator
* @date 202
2-09-22
* @date 202
1-07-16
*/
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
value
=
"AttachmentDto"
,
description
=
"附件表"
)
public
class
AttachmentDto
extends
BaseDto
{
private
static
final
long
serialVersionUID
=
1L
;
@ApiModelProperty
(
value
=
"附件名称"
)
private
String
name
;
@ApiModel
(
value
=
"AttachmentDto"
,
description
=
"附件dto"
)
public
class
AttachmentDto
extends
BaseDto
{
@ApiModelProperty
(
value
=
"关联对象id"
)
private
Long
sourceId
;
private
static
final
long
serialVersionUID
=
1L
;
@ApiModelProperty
(
value
=
"附件信息(json对象)
"
)
private
String
info
;
@ApiModelProperty
(
value
=
"文件地址
"
)
private
String
url
;
@ApiModelProperty
(
value
=
"附件类型
"
)
private
String
typ
e
;
@ApiModelProperty
(
value
=
"文件名称
"
)
private
String
nam
e
;
@ApiModelProperty
(
value
=
"文件类型"
)
private
String
type
;
}
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