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
77a2e1442d
commit
374734b1cf
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
pmapi/src/main/java/com/ningdatech/pmapi/sys/model/vo/WflowEarlyWarningRecordsVO.java
+ 7
- 0
pmapi/src/main/java/com/ningdatech/pmapi/sys/model/vo/WflowEarlyWarningRecordsVO.java
View File
@@ -89,6 +89,13 @@ public class WflowEarlyWarningRecordsVO implements Serializable {
private String noticeContent;
/**
* 通知类型
*/
@ApiModelProperty(value = "1超期 2临期")
private Integer noticeType;
/**
* 申报单位
*/
@ApiModelProperty(value = "申报单位CODE")
Write
Preview
Loading…
Cancel
Save