Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xinrenli
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郑云飞
xinrenli
Commits
c3b864a4
Commit
c3b864a4
authored
Mar 15, 2023
by
郑云飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单新增修改
parent
1ec97a76
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
pom.xml
+1
-1
yongqi-admin/pom.xml
+1
-1
yongqi-xinrenli/src/main/java/com/yongqi/xinrenli/domain/bo/DbOrderBo.java
+1
-1
No files found.
pom.xml
View file @
c3b864a4
...
@@ -322,7 +322,7 @@
...
@@ -322,7 +322,7 @@
<dependency>
<dependency>
<groupId>
com.yongqi
</groupId>
<groupId>
com.yongqi
</groupId>
<artifactId>
xinrenli
</artifactId>
<artifactId>
yongqi-
xinrenli
</artifactId>
<version>
${yongqi-vue-plus.version}
</version>
<version>
${yongqi-vue-plus.version}
</version>
</dependency>
</dependency>
...
...
yongqi-admin/pom.xml
View file @
c3b864a4
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
<dependency>
<dependency>
<groupId>
com.yongqi
</groupId>
<groupId>
com.yongqi
</groupId>
<artifactId>
xinrenli
</artifactId>
<artifactId>
yongqi-
xinrenli
</artifactId>
</dependency>
</dependency>
...
...
yongqi-xinrenli/src/main/java/com/yongqi/xinrenli/domain/bo/DbOrderBo.java
View file @
c3b864a4
...
@@ -118,7 +118,7 @@ public class DbOrderBo extends BaseEntity {
...
@@ -118,7 +118,7 @@ public class DbOrderBo extends BaseEntity {
/**
/**
* 文件列表
* 文件列表
*/
*/
@Not
Blank
(
message
=
"图片,视频,语音必须上传其中一个"
,
groups
=
{
AddGroup
.
class
,
EditGroup
.
class
})
@Not
Null
(
message
=
"图片,视频,语音必须上传其中一个"
,
groups
=
{
AddGroup
.
class
,
EditGroup
.
class
})
private
List
<
DbFileBo
>
fileBoList
;
private
List
<
DbFileBo
>
fileBoList
;
...
...
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