This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liushuai
/
hz-project-management
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
35
Wiki
Activity
Browse Source
根节点配置
tags/24080901
PoffyZhang
1 year ago
parent
8cb4fb04c4
commit
84c9c119cb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pmapi/src/main/java/com/ningdatech/pmapi/expert/model/req/ReviewTemplateReq.java
+ 1
- 1
pmapi/src/main/java/com/ningdatech/pmapi/expert/model/req/ReviewTemplateReq.java
View File
@@ -26,7 +26,7 @@ public class ReviewTemplateReq {
private Integer templateType;
@ApiModelProperty("区域编码")
@NotBlank(message = "
区域编码不能为空
")
@NotBlank(message = "
不能在根节点添加
")
private String regionCode;
@Valid
Write
Preview
Loading…
Cancel
Save