All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fun.fengwk.automapper.example.mapper.EmptyMapper Maven / Gradle / Ivy

The newest version!
package fun.fengwk.automapper.example.mapper;

import fun.fengwk.automapper.annotation.AutoMapper;
import fun.fengwk.automapper.example.model.EmptyDO;

/**
 * @author fengwk
 */
@AutoMapper(tableNamePrefix = "emm_${xx}_", tableNameSuffix = "_${zxc}")
public interface EmptyMapper {

    int insert(EmptyDO emptyDO);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy