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"; }