SourceConstant.java 470 B

1234567891011121314151617181920212223242526272829303132
  1. package com.fjhx.common.constant;
  2. public interface SourceConstant {
  3. String ITEM = "item";
  4. String SUPPLY = "supply";
  5. String IOT = "iot";
  6. String WMS = "wms";
  7. String MES = "mes";
  8. String OA = "oa";
  9. String CUSTOMER = "customer";
  10. String PURCHASE = "purchase";
  11. String BASE = "base";
  12. String ACCOUNT = "account";
  13. String MAIL = "mail";
  14. String COMMON = "common";
  15. String VICTORIATOURIST = "victoriatourist";
  16. }