From a5aeea36d3f2f15fc0951db86190b8e0c781c43d Mon Sep 17 00:00:00 2001 From: whycxzp <perryhsu@163.com> Date: 星期五, 12 八月 2022 10:16:05 +0800 Subject: [PATCH] 更新散装件审批 --- src/main/java/com/whyc/pojo/ComponentApproving.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/whyc/pojo/ComponentApproving.java b/src/main/java/com/whyc/pojo/ComponentApproving.java index 8714b04..1942a23 100644 --- a/src/main/java/com/whyc/pojo/ComponentApproving.java +++ b/src/main/java/com/whyc/pojo/ComponentApproving.java @@ -46,7 +46,7 @@ private Long upUserId; private Date createDate; private Date updateDate; - @ApiModelProperty(value = "瀹℃壒鏄惁杩涜涓�",notes ="1瀹℃壒涓�,2瀹℃壒瀹屾垚") + @ApiModelProperty(value = "瀹℃壒鏄惁杩涜涓�",notes ="1瀹℃壒涓�,2瀹℃壒瀹岀粨") private int status; @ApiModelProperty("宸ョ▼鍥剧焊url") -- Gitblit v1.9.1