12345678910111213141516171819202122232425262728293031 |
- package com.fjhx.common.constant;
- public interface SourceConstant {
- String ITEM = "item";
- String SUPPLY = "supply";
- String IOT = "iot";
- String WMS = "wms";
- String MES = "mes";
- String OA = "oa";
- String CUSTOMER = "customer";
- String PURCHASE = "purchase";
- String BASE = "base";
- String ACCOUNT = "account";
- String MAIL = "mail";
- String COMMON = "common";
- String VICTORIATOURIST = "victoriatourist";
- }
|