From 43a14ad6fbb68a9c0ce787acce28ce446aac13b0 Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期四, 13 七月 2023 14:14:51 +0800 Subject: [PATCH] 添加扦样信息 --- igds-core/src/main/java/com/ld/igds/inout/InoutConstant.java | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/igds-core/src/main/java/com/ld/igds/inout/InoutConstant.java b/igds-core/src/main/java/com/ld/igds/inout/InoutConstant.java index bc43862..330b71c 100644 --- a/igds-core/src/main/java/com/ld/igds/inout/InoutConstant.java +++ b/igds-core/src/main/java/com/ld/igds/inout/InoutConstant.java @@ -192,7 +192,18 @@ * 璁″垝鏄庣粏绫诲瀷 -杞叆璁″垝 **/ public static final String PLAN_DETAIL_TYPE_2 = "2"; + /** + * 妫�娴嬬粨鏋� -鍚堟牸 + */ + public static final String RESULT_1 = "1"; + /** + * 妫�娴嬬粨鏋� -涓嶅悎鏍� + */ + public static final String RESULT_0 = "0"; + public static final String SAMPLE_TYPE_MANUAL = "0"; + public static final String SAMPLE_TYPE_AUTOMATIC = "1"; + public static final String SAMPLE_TYPE_RANDOM = "2"; /** * 鏍规嵁涓氬姟绫诲瀷鍜� 褰撳墠鐘舵�佽繑鍥炲綋鍓嶇姸鎬佺殑娴佺▼鍚嶇О -- Gitblit v1.9.3