From e55aede2586b960bae1e03266fe7ef5cf7ee4c3d Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期三, 08 十一月 2023 09:55:16 +0800 Subject: [PATCH] # --- src/main/java/com/zy/asrs/entity/WrkMastLog.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/asrs/entity/WrkMastLog.java b/src/main/java/com/zy/asrs/entity/WrkMastLog.java index efbd735..77b7e24 100644 --- a/src/main/java/com/zy/asrs/entity/WrkMastLog.java +++ b/src/main/java/com/zy/asrs/entity/WrkMastLog.java @@ -351,6 +351,10 @@ return null; } + public long getWrkSts(){ + return (long)this.wrkSts; + } + public String getIoType$(){ BasWrkIotypeService service = SpringUtils.getBean(BasWrkIotypeService.class); BasWrkIotype basWrkIotype = service.selectById(this.ioType); -- Gitblit v1.9.1