com.mg.common.metadata.dao.MTemplateDaoCustom Maven / Gradle / Ivy
package com.mg.common.metadata.dao;
import com.mg.framework.entity.metadata.MObjectEntity;
import com.mg.framework.entity.metadata.MTemplateEntity;
import com.mg.framework.entity.metadata.MTemplateTypeEnum;
import java.util.List;
/**
* Created by liukefu on 2015/9/29.
*/
public interface MTemplateDaoCustom {
public List findCustomTemplates(MObjectEntity belongMObject,
MTemplateTypeEnum templateType, Boolean isSystem);
public List findTemplateAll(MObjectEntity belongMObject);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy