SceneConstants.java 406 B

12345678910111213141516171819
  1. package com.ruoyi.common.constant;
  2. public interface SceneConstants {
  3. /**
  4. * 桶装物料的业务场景配置
  5. */
  6. String STORAGE_BUCKET_SCENE = "storage.bucket.scene.config";
  7. String WAREHOUSE_ATTRIBUTE_SCENE_CONFIG = "warehouse.attribute.scene.config";
  8. /**
  9. * 出库规则-是否启用旧出库规则
  10. */
  11. String WMS_ORDER_RULE_CONFIG = "wms.order.rule.config";
  12. }