From 4552e5898e56d6f46d560f463669ae96a22c3784 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期五, 25 八月 2023 15:36:42 +0800 Subject: [PATCH] 增加广西来宾气体背景图 --- igds-core/src/main/java/com/ld/igds/constant/FoodVariety.java | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/igds-core/src/main/java/com/ld/igds/constant/FoodVariety.java b/igds-core/src/main/java/com/ld/igds/constant/FoodVariety.java index 5a8858a..334deb4 100644 --- a/igds-core/src/main/java/com/ld/igds/constant/FoodVariety.java +++ b/igds-core/src/main/java/com/ld/igds/constant/FoodVariety.java @@ -11,6 +11,22 @@ * 鍙傝�冿細LST1703-2017 鏍囧噯閲嶆柊瀹氫箟 */ public class FoodVariety { + /** + * 灏忛害 + */ + public static final String FOOD_VARIETY_WHEAT = "111"; + /** + * 绋昏胺 + */ + public static final String FOOD_VARIETY_PADDY = "112"; + /** + * 鐜夌背 + */ + public static final String FOOD_VARIETY_CORN = "113"; + /** + * 澶ц眴 + */ + public static final String FOOD_VARIETY_SOYBEAN = "1411001"; /** * 鏍规嵁鍚嶇О鎵剧紪鐮� -- Gitblit v1.9.3