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

com.javajy.api.service.TemplateService Maven / Gradle / Ivy

The newest version!
package com.javajy.api.service;

import com.javajy.api.mapper.BaseMapper;
import java.util.List;

public class TemplateService extends BaseService {
    private BaseMapper baseMapper;

    public TemplateService() {
    }

    public List getListData(String var1) {
        return null;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy