Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 28df53fb
authored
Nov 06, 2023
by
刘鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(工程师日历): 查询详情时字段校验添加详细描述信息
1 parent
31686651
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
project-order/src/main/java/com/dituhui/pea/order/dto/CalendarDetailDTO.java
project-order/src/main/java/com/dituhui/pea/order/dto/CalendarDetailDTO.java
View file @
28df53f
...
@@ -9,9 +9,9 @@ public class CalendarDetailDTO {
...
@@ -9,9 +9,9 @@ public class CalendarDetailDTO {
@lombok
.
Data
@lombok
.
Data
public
static
class
Request
{
public
static
class
Request
{
@NotBlank
@NotBlank
(
message
=
"工程师编号不能为空"
)
private
String
engineerCode
;
private
String
engineerCode
;
@NotBlank
@NotBlank
(
message
=
"所属计划配置编码不能为空"
)
private
String
planId
;
private
String
planId
;
}
}
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment