Package org.dromara.oa.comm.config
Interface OaSupplierConfig
-
- All Known Implementing Classes:
ByteTalkConfig
,DingTalkConfig
,OaBaseConfig
,WeTalkConfig
public interface OaSupplierConfig
- Author:
- dongfeng 2023-10-19 13:36
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getConfigId()
获取配置标识名(唯一)Boolean
getIsEnable()
获取是否使用String
getSupplier()
获取供应商
-