From 8e252dca390a775f23b6ad621f81e39cac1b11e3 Mon Sep 17 00:00:00 2001 From: whycxzp <perryhsu@163.com> Date: 星期五, 12 八月 2022 16:56:09 +0800 Subject: [PATCH] 更新审批 --- src/main/java/com/whyc/pojo/ComponentApproving.java | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/whyc/pojo/ComponentApproving.java b/src/main/java/com/whyc/pojo/ComponentApproving.java index 1942a23..dabaef9 100644 --- a/src/main/java/com/whyc/pojo/ComponentApproving.java +++ b/src/main/java/com/whyc/pojo/ComponentApproving.java @@ -54,6 +54,9 @@ private Integer mainId; + @ApiModelProperty("鎿嶄綔绫诲瀷:-1鍒犻櫎,1鏂板") + private Integer operationType; + public Integer getId() { return id; } @@ -221,4 +224,12 @@ public void setMainId(Integer mainId) { this.mainId = mainId; } + + public Integer getOperationType() { + return operationType; + } + + public void setOperationType(Integer operationType) { + this.operationType = operationType; + } } -- Gitblit v1.9.1