From 0918f745a313b0d0cda2f4f33856df578d30368e Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期二, 31 十二月 2024 19:14:05 +0800 Subject: [PATCH] Lis接口编写 --- src/main/java/com/example/constant/ApiParamsConstantsLis.java | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/example/constant/ApiParamsConstantsLis.java b/src/main/java/com/example/constant/ApiParamsConstantsLis.java index 900b233..764a008 100644 --- a/src/main/java/com/example/constant/ApiParamsConstantsLis.java +++ b/src/main/java/com/example/constant/ApiParamsConstantsLis.java @@ -243,4 +243,34 @@ * 椤圭洰绫诲瀷鍚嶇О */ public static final String SpecimenDesc = "specimendesc"; + + /** + * 妫�楠岄」鐩槑缁嗛泦鍚� + */ + public static final String mxList = "mxList"; + + /** + * 姣忔潯鏄庣粏鐨勫敮涓�涓婚敭 + */ + public static final String PRIMARY_KEY = "primaryKey"; + + /** + * 閫�璐瑰尰鐢烮D + */ + public static final String TFDOCTORID = "tfDoctorId"; + + /** + * 閫�璐瑰尰鐢熷悕 + */ + public static final String TFDOCTORNAME = "tfDoctorName"; + + /** + * 閫�璐圭瀹d + */ + public static final String TFDEPARTID = "tfdepartid"; + + /** + * 閫�璐圭瀹ゅ悕 + */ + public static final String TFDEPARTNAME = "tfdepartname"; } -- Gitblit v1.8.0