From 5e873863bc7324894c89b0a0fc77a6202c91cd64 Mon Sep 17 00:00:00 2001 From: wzp <516075396@qq.com> Date: 星期二, 06 四月 2021 10:35:42 +0800 Subject: [PATCH] 20210406 --- src/main/java/com/ots/project/exam/dto/RelatedParty.java | 88 +++++++------------------------------------ 1 files changed, 15 insertions(+), 73 deletions(-) diff --git a/src/main/java/com/ots/project/exam/dto/RelatedParty.java b/src/main/java/com/ots/project/exam/dto/RelatedParty.java index fd80ef8..8ed2ff2 100644 --- a/src/main/java/com/ots/project/exam/dto/RelatedParty.java +++ b/src/main/java/com/ots/project/exam/dto/RelatedParty.java @@ -1,101 +1,43 @@ package com.ots.project.exam.dto; - import lombok.Getter; import lombok.Setter; - import java.util.Date; -/** - * 涓棿灞傦紝鏍规嵁TOKEN杩斿洖鐩稿叧鑱斿弬鏁� - */ @Getter @Setter public class RelatedParty { - - /** - * 娴嬭瘯鍖呯紪鐮� - */ + private Long testId; - - /** - * 娴嬭瘯鍖呭悕绉� - */ + private String testName; - - /** - * 浜у搧缂栫爜 - */ + private Long prodId; - - - /** - * 浜у搧鍚嶇О - */ + private String prodName; - - /** - * 璇勬祴鐢ㄦ埛缂栫爜 - */ + private Long memberId; - - /** - * 璇勬祴鐢ㄦ埛鍚嶇О - */ + private String memberName; - - /** - * 浼佷笟缂栫爜 - */ + private Long user_id; - - /** - * 浼佷笟鍚嶇О - */ - + private String userName; - - /** - * 鍒嗛攢鍟嗙紪鐮� - */ + private Long user_parent_id; - - /** - * 闂嵎妯$増ID - */ + private String questionTemplateId; - - /** - * 鎶ュ憡妯℃澘缂栫爜锛屼粠EntTestPackage鐨剅eportTemplateId杩囨潵锛岀敤閫楀彿闅斿紑 - */ + private String reportTemplateId; - - /** - * 鏄惁鑷姩鍙戦�佹姤鍛� - */ - + private boolean autoSendReport; - - /** - * 娴嬭瘯鍖呯姸鎬� - */ + private String status; - private String position; - private String professionalCategory; - private String superiorPosition; - private Date startTime; - - /** - * 鎵嬫満鍙风爜 - */ + private String memberPhone; - - /** - * 閮ㄩ棬鍚嶇О - */ + private String memberDept; - } -- Gitblit v1.9.1