Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fileServe
Overview
Overview
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
vanke
fileServe
Commits
1084091c
Commit
1084091c
authored
Jun 11, 2020
by
XiaHou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
权星登录注册
parent
74a8054b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
BatchOperationDto.java
...cro/mall/model/dto/quanxing/common/BatchOperationDto.java
+18
-0
No files found.
mall-mbg/src/main/java/com/macro/mall/model/dto/quanxing/common/BatchOperationDto.java
0 → 100644
View file @
1084091c
package
com
.
macro
.
mall
.
model
.
dto
.
quanxing
.
common
;
import
io.swagger.annotations.ApiModelProperty
;
import
lombok.Data
;
import
java.io.Serializable
;
@Data
public
class
BatchOperationDto
implements
Serializable
{
@ApiModelProperty
(
value
=
"必传____ id集合 根绝,(英文逗号隔开!)"
)
private
String
ids
;
@ApiModelProperty
(
value
=
"必传____ 状态 例如:删除状态0 未删除 1已删除 传入1则表示软删除"
)
private
Integer
status
;
@ApiModelProperty
(
value
=
"必传____ 是否真删 0表否 1表是 在进行删除操作时候 如果需要将此数据从数据库删除 将传入1.其他情况传入0"
)
private
Integer
isDelete
;
}
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