1234567891011121314 |
- /**
- * Date:2019-54-24 15:54:00
- * author:吴洪双
- */
- package com.shawn.repository;
- import com.shawn.model.entity.GatewayWhiteList;
- import com.shawn.model.entity.GatewayWhiteListExample;
- import com.shawn.model.param.GatewayWhiteListParam;
- import com.shawn.repository.base.BaseDaoInterface;
- public interface GatewayWhiteListMapper extends BaseDaoInterface<GatewayWhiteList,GatewayWhiteListExample,GatewayWhiteListParam, String> {
- }
|