package com.iotechn.unimall.data.mapper; import com.iotechn.unimall.data.domain.OpenPlatformNotifyDO; import com.dobbinsoft.fw.support.mapper.IMapper; /** * ClassName: OpenPlatformNotifyMapper * Description: TODO * * @author: e-weichaozheng * @date: 2021-04-25 */ public interface OpenPlatformNotifyMapper extends IMapper { }