Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-api-boot-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-api-boot-master
Commits
0ad765c3
Commit
0ad765c3
authored
Mar 04, 2025
by
332784038@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文档修正
parent
4d4b116d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
BatchOrderFeeApplyBackVO.java
...order/vo/batchOrderFeeApply/BatchOrderFeeApplyBackVO.java
+1
-1
BatchOrderFeeApplyCreateReqVO.java
.../vo/batchOrderFeeApply/BatchOrderFeeApplyCreateReqVO.java
+1
-1
BatchOrderFeeApplyQueryVO.java
...rder/vo/batchOrderFeeApply/BatchOrderFeeApplyQueryVO.java
+1
-1
BatchOrderFeeApplyUpdateReqVO.java
.../vo/batchOrderFeeApply/BatchOrderFeeApplyUpdateReqVO.java
+1
-1
No files found.
yudao-module-order/yudao-module-order-core/src/main/java/cn/iocoder/yudao/module/order/vo/batchOrderFeeApply/BatchOrderFeeApplyBackVO.java
View file @
0ad765c3
...
...
@@ -13,7 +13,7 @@ import static cn.iocoder.yudao.framework.common.util.date.DateUtils.FORMAT_YEAR_
* @author 系统管理员
*/
@Data
@ApiModel
(
"管理后台 - 批量费用申请 Response VO"
)
@ApiModel
(
"管理后台 - 批量
订单
费用申请 Response VO"
)
public
class
BatchOrderFeeApplyBackVO
{
@ExcelProperty
(
"主键"
)
...
...
yudao-module-order/yudao-module-order-core/src/main/java/cn/iocoder/yudao/module/order/vo/batchOrderFeeApply/BatchOrderFeeApplyCreateReqVO.java
View file @
0ad765c3
...
...
@@ -6,7 +6,7 @@ import io.swagger.annotations.*;
@Data
@ToString
(
callSuper
=
true
)
@EqualsAndHashCode
(
callSuper
=
true
)
@ApiModel
(
"管理后台 - 批量费用申请创建 Request VO"
)
@ApiModel
(
"管理后台 - 批量
订单
费用申请创建 Request VO"
)
public
class
BatchOrderFeeApplyCreateReqVO
extends
BatchOrderFeeApplyBaseVO
{
...
...
yudao-module-order/yudao-module-order-core/src/main/java/cn/iocoder/yudao/module/order/vo/batchOrderFeeApply/BatchOrderFeeApplyQueryVO.java
View file @
0ad765c3
...
...
@@ -8,7 +8,7 @@ import org.springframework.format.annotation.DateTimeFormat;
import
static
cn
.
iocoder
.
yudao
.
framework
.
common
.
util
.
date
.
DateUtils
.
FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND
;
@Data
@ApiModel
(
"管理后台 - 批量费用申请查询 VO"
)
@ApiModel
(
"管理后台 - 批量
订单
费用申请查询 VO"
)
public
class
BatchOrderFeeApplyQueryVO
{
@ApiModelProperty
(
value
=
"编号"
)
...
...
yudao-module-order/yudao-module-order-core/src/main/java/cn/iocoder/yudao/module/order/vo/batchOrderFeeApply/BatchOrderFeeApplyUpdateReqVO.java
View file @
0ad765c3
...
...
@@ -4,7 +4,7 @@ import lombok.*;
import
io.swagger.annotations.*
;
import
javax.validation.constraints.*
;
@ApiModel
(
"管理后台 - 批量费用申请更新 Request VO"
)
@ApiModel
(
"管理后台 - 批量
订单
费用申请更新 Request VO"
)
@Data
@EqualsAndHashCode
(
callSuper
=
true
)
@ToString
(
callSuper
=
true
)
...
...
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