12345678910111213141516171819 |
- package com.ruoyi.common.constant;
- public interface SceneConstants {
- /**
- * 桶装物料的业务场景配置
- */
- String STORAGE_BUCKET_SCENE = "storage.bucket.scene.config";
- String WAREHOUSE_ATTRIBUTE_SCENE_CONFIG = "warehouse.attribute.scene.config";
- /**
- * 出库规则-是否启用旧出库规则
- */
- String WMS_ORDER_RULE_CONFIG = "wms.order.rule.config";
- }
|