From 6015dae1bce79e5d12bfed45754d9e1d87ca0d44 Mon Sep 17 00:00:00 2001 From: wangchaoxu Date: Tue, 5 Sep 2023 15:54:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E9=85=8D=E7=BD=AE=E7=9B=B8?= =?UTF-8?q?=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/ms/api/tool/PurchaseTool.java | 62 +++++++++---------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/ms-biz/src/main/java/com/ms/api/tool/PurchaseTool.java b/ms-biz/src/main/java/com/ms/api/tool/PurchaseTool.java index aebc0cf7..77ac0a58 100644 --- a/ms-biz/src/main/java/com/ms/api/tool/PurchaseTool.java +++ b/ms-biz/src/main/java/com/ms/api/tool/PurchaseTool.java @@ -75,52 +75,52 @@ public class PurchaseTool { public static Map getAppendShopRemarkFieldsMap() { Map map = new HashMap<>(); - map.put(PurchaseOrderConst.PURCHASE_PLATFORM2_FIELD, "采购平台"); - map.put(PurchaseOrderConst.PURCHASE_ORDER_SN_FIELD, "采购单号"); - map.put(PurchaseOrderConst.PURCHASE_ORDER_BUYER, "采购账号"); - map.put(PurchaseOrderConst.PURCHASE_PAYMENT_FIELD, "采购成本"); - map.put(PurchaseOrderConst.PURCHASE_ORDER_SELLER_FIELD, "上家店铺名称"); - map.put(PurchaseOrderConst.PURCHASE_ORDER_NUM_FIELD, "采购数量"); - map.put(PurchaseOrderConst.LOGISTICS_INFO_FIELD, "快递及运单号"); - map.put(PurchaseOrderConst.SHOP_NAME_FIELD, "抖店店铺名称"); - map.put(PurchaseOrderConst.TOTAL_PROFIT_FIELD, "总利润"); - map.put(PurchaseOrderConst.PROFIT_RATIO_FIELD, "利润率"); + map.put(PurchaseOrderConst.PURCHASE_PLATFORM2_FIELD, "#采购平台#"); + map.put(PurchaseOrderConst.PURCHASE_ORDER_SN_FIELD, "#采购单号#"); + map.put(PurchaseOrderConst.PURCHASE_ORDER_BUYER, "#采购账号#"); + map.put(PurchaseOrderConst.PURCHASE_PAYMENT_FIELD, "#采购成本#"); + map.put(PurchaseOrderConst.PURCHASE_ORDER_SELLER_FIELD, "#上家店铺名称#"); + map.put(PurchaseOrderConst.PURCHASE_ORDER_NUM_FIELD, "#采购数量#"); + map.put(PurchaseOrderConst.LOGISTICS_INFO_FIELD, "#快递及运单号#"); + map.put(PurchaseOrderConst.SHOP_NAME_FIELD, "#抖店店铺名称#"); + map.put(PurchaseOrderConst.TOTAL_PROFIT_FIELD, "#总利润#"); + map.put(PurchaseOrderConst.PROFIT_RATIO_FIELD, "#利润率#"); return map; } public static Map getAppendShopNoteFieldsMap() { Map map = new HashMap<>(); - map.put(PurchaseOrderConst.PURCHASE_PLATFORM2_FIELD, "采购平台"); - map.put(PurchaseOrderConst.PURCHASE_ORDER_SN_FIELD, "采购单号"); - map.put(PurchaseOrderConst.PURCHASE_ORDER_BUYER, "采购账号"); - map.put(PurchaseOrderConst.PURCHASE_PAYMENT_FIELD, "采购成本"); - map.put(PurchaseOrderConst.LOGISTICS_INFO_FIELD, "快递及运单号"); - map.put(PurchaseOrderConst.PURCHASE_ORDER_SELLER_FIELD, "上家店铺名称"); - map.put(PurchaseOrderConst.PURCHASE_ORDER_NUM_FIELD, "采购数量"); - map.put(PurchaseOrderConst.SHOP_NAME_FIELD, "抖店店铺名称"); - map.put(PurchaseOrderConst.TOTAL_PROFIT_FIELD, "总利润"); - map.put(PurchaseOrderConst.PROFIT_RATIO_FIELD, "利润率"); + map.put(PurchaseOrderConst.PURCHASE_PLATFORM2_FIELD, "#采购平台#"); + map.put(PurchaseOrderConst.PURCHASE_ORDER_SN_FIELD, "#采购单号#"); + map.put(PurchaseOrderConst.PURCHASE_ORDER_BUYER, "#采购账号#"); + map.put(PurchaseOrderConst.PURCHASE_PAYMENT_FIELD, "#采购成本#"); + map.put(PurchaseOrderConst.LOGISTICS_INFO_FIELD, "#快递及运单号#"); + map.put(PurchaseOrderConst.PURCHASE_ORDER_SELLER_FIELD, "#上家店铺名称#"); + map.put(PurchaseOrderConst.PURCHASE_ORDER_NUM_FIELD, "#采购数量#"); + map.put(PurchaseOrderConst.SHOP_NAME_FIELD, "#抖店店铺名称#"); + map.put(PurchaseOrderConst.TOTAL_PROFIT_FIELD, "#总利润#"); + map.put(PurchaseOrderConst.PROFIT_RATIO_FIELD, "#利润率#"); return map; } public static Map getAutoFillRemarkFieldsMap() { Map map = new HashMap<>(); - map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_SKU, "抖店商品规格"); - map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_ONLY_VENDER_REMARK, "抖店商家备注"); - map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_ONLY_ORDER_REMARK, "抖店买家留言"); - map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_PLATFORM_NAME, "平台名称"); - map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_PLATFORM_SHOP_NAME, "抖店店铺名称"); - map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_PLATFORM_ORDER_ID, "抖店订单号"); + map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_SKU, "#抖店商品规格#"); + map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_ONLY_VENDER_REMARK, "#抖店商家备注#"); + map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_ONLY_ORDER_REMARK, "#抖店买家留言#"); + map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_PLATFORM_NAME, "#平台名称#"); + map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_PLATFORM_SHOP_NAME, "#抖店店铺名称#"); + map.put(PurchaseOrderConst.AUTO_FILL_REMARK_TYPE_PLATFORM_ORDER_ID, "#抖店订单号#"); return map; } public static Map getAutoFillOrderMemoFieldsMap() { Map map = new HashMap<>(); - map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_SHOP_NAME, "抖店店铺名称"); - map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_ORDER_ID, "抖店订单号"); - map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_PLATFORM_NAME, "抖店平台"); - map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_SELLER_REMARK, "抖店商家备注"); - map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_ORDER_REMARK, "抖店买家留言"); + map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_SHOP_NAME, "#抖店店铺名称#"); + map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_ORDER_ID, "#抖店订单号#"); + map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_PLATFORM_NAME, "#抖店平台#"); + map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_SELLER_REMARK, "#抖店商家备注#"); + map.put(PurchaseOrderConst.AUTO_FILL_ORDER_MEMO_TYPE_ORDER_REMARK, "#抖店买家留言#"); return map; }