From 441c5bd409702bfd9e9ad5f660229c804863ae56 Mon Sep 17 00:00:00 2001 From: zhangchao <zc857179121@qq.com> Date: 星期五, 08 十一月 2024 09:20:08 +0800 Subject: [PATCH] 还原代码 --- src/main/java/com/zy/asrs/entity/BasDevp.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/BasDevp.java b/src/main/java/com/zy/asrs/entity/BasDevp.java index 78ca14c..ffe4372 100644 --- a/src/main/java/com/zy/asrs/entity/BasDevp.java +++ b/src/main/java/com/zy/asrs/entity/BasDevp.java @@ -117,9 +117,9 @@ private Integer wrkNo1; /** - * 瀹瑰櫒绫诲瀷 + * 璐ф灦绫诲瀷 */ - @ApiModelProperty(value= "瀹瑰櫒绫诲瀷") + @ApiModelProperty(value= "璐ф灦绫诲瀷") @TableField("ctn_type") private Integer ctnType; -- Gitblit v1.9.1