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 SALE = "sale"; String MAIL = "mail"; String COMMON = "common"; String VICTORIATOURIST = "victoriatourist"; String KD100 = "kd100"; /** * ehsd定制数据库 */ String EHSD = "ehsd"; String DINGDING = "dingding"; /** * 数据处理 */ String DATA = "data"; String JXST = "jxsr"; }