Browse Source

预警整改

master
PoffyZhang 10 months ago
parent
commit
374734b1cf
1 changed files with 7 additions and 0 deletions
  1. +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")


Loading…
Cancel
Save