package com.engine.organization.mapper.personnelcard; import com.engine.organization.entity.personnelcard.po.CardButtonPO; import java.util.List; /** * @Author weaver_cl * @Description: * @Date 2022/10/24 * @Version V1.0 **/ public interface CardButtonMapper { List listAll(); List listEnableButton(); }