From 17810b3b68347e838f1d5966de25d206c0e63a83 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期一, 18 三月 2024 19:33:15 +0800 Subject: [PATCH] 优化出库数据同步 --- src/main/java/com/fzzy/api/Constant.java | 28 +++++++++++++++++++--------- 1 files changed, 19 insertions(+), 9 deletions(-) diff --git a/src/main/java/com/fzzy/api/Constant.java b/src/main/java/com/fzzy/api/Constant.java index 981ae0e..f91bc09 100644 --- a/src/main/java/com/fzzy/api/Constant.java +++ b/src/main/java/com/fzzy/api/Constant.java @@ -224,15 +224,25 @@ /** * 鍥剧墖绫诲瀷 */ - public static String IMG_NAME_TYPE_PMT = "PMT"; - public static String IMG_NAME_TYPE_GL = "GL"; - public static String IMG_NAME_TYPE_GR = "GR"; - public static String IMG_NAME_TYPE_GT = "GT"; - public static String IMG_NAME_TYPE_TL = "TL"; - public static String IMG_NAME_TYPE_TR = "TR"; - public static String IMG_NAME_TYPE_TT = "TT"; - public static String IMG_NAME_TYPE_SL = "SL"; - public static String IMG_NAME_TYPE_SF = "SF"; + public static String IMG_NAME_TYPE_PMT = "PMT"; //楦熺灠鍥� + public static String IMG_NAME_TYPE_DJ = "DJ"; //鐧昏 + public static String IMG_NAME_TYPE_RK = "RK"; //鍏ュ簱鐧昏鐓х墖 + public static String IMG_NAME_TYPE_CK = "CK"; //杞﹁締鍑哄簱鐓х墖 + public static String IMG_NAME_TYPE_GL = "GL"; //绉版瘺閲嶅墠鐓х墖 + public static String IMG_NAME_TYPE_GR = "GR"; //绉版瘺閲嶅悗鐓х墖 + public static String IMG_NAME_TYPE_GT = "GT"; //绉版瘺閲嶉《鐓х墖 + public static String IMG_NAME_TYPE_TL = "TL"; //绉扮毊閲嶅墠鐓х墖 + public static String IMG_NAME_TYPE_TR = "TR"; //绉扮毊閲嶅悗鐓х墖 + public static String IMG_NAME_TYPE_TT = "TT"; //绉扮毊閲嶉《鐓х墖 + public static String IMG_NAME_TYPE_SL = "SL"; //缁撶畻鏃跺敭绮汉鐓х墖 + public static String IMG_NAME_TYPE_SF = "SF"; //鍞伯浜鸿韩浠借瘉鐓х墖 + public static String IMG_NAME_TYPE_IVG = "IVG"; //鍏ュ簱绉版瘺閲嶈棰� + public static String IMG_NAME_TYPE_IVT = "IVT"; //鍏ュ簱绉扮毊閲嶈棰� + public static String IMG_NAME_TYPE_OVG = "OVG"; //鍑哄簱绉版瘺閲嶈棰� + public static String IMG_NAME_TYPE_OVT = "OVT"; //鍑哄簱绉扮毊閲嶈棰� + public static String IMG_NAME_TYPE_DJV = "DJV"; //鐧昏鏃惰棰� + public static String IMG_NAME_TYPE_RKV = "RKV"; //杞﹁締鍏ュ簱鏃惰棰� + public static String IMG_NAME_TYPE_CKV = "CKV"; //杞﹁締鍑哄簱鏃惰棰� /** * 瀛楀吀鐖剁紪鐮�-鎿嶄綔鏍囧織 -- Gitblit v1.9.3