Compare commits
No commits in common. '9daa3e1277bdfc39b13dba83f77add5238f45616' and '951269c8de9c68ad9f8d7bee9dfb5959943526a8' have entirely different histories.
9daa3e1277
...
951269c8de
1 changed files with 0 additions and 30 deletions
@ -1,30 +0,0 @@ |
||||
package org.springblade.desk.order.constant; |
||||
|
||||
import java.util.Map; |
||||
|
||||
/** |
||||
* 镀层物料需求枚举 |
||||
* |
||||
* @author lqk |
||||
* @date 2025-12-19 9:25 |
||||
*/ |
||||
public interface PlateGoodsConst { |
||||
/** |
||||
* 金钾物料号 |
||||
*/ |
||||
String GOLD_POTASSIUM = "04-05-023"; |
||||
/** |
||||
* 银板物料号 |
||||
*/ |
||||
String SILVER_PLATE = "04-05-024"; |
||||
/** |
||||
* 银钾物料号 |
||||
*/ |
||||
String SILVER_POTASSIUM = "04-05-025"; |
||||
|
||||
Map<String, String> GOODS_NAME_MAP = Map.of( |
||||
GOLD_POTASSIUM, "氰化亚金钾", |
||||
SILVER_PLATE, "银板", |
||||
SILVER_POTASSIUM, "氰化银钾" |
||||
); |
||||
} |
||||
Loading…
Reference in new issue