ソースを参照

预警整改

master
PoffyZhang 11ヶ月前
コミット
374734b1cf
1個のファイルの変更7行の追加0行の削除
  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 ファイルの表示

@@ -89,6 +89,13 @@ public class WflowEarlyWarningRecordsVO implements Serializable {
private String noticeContent;

/**
* 通知类型
*/
@ApiModelProperty(value = "1超期 2临期")
private Integer noticeType;


/**
* 申报单位
*/
@ApiModelProperty(value = "申报单位CODE")


読み込み中…
キャンセル
保存