接口 TaoHongTemplateService

  • 所有已知实现类:
    TaoHongTemplateServiceImpl

    public interface TaoHongTemplateService
    作者:
    qinman, zhangchongjie
    Date:
    2022/12/20
    • 方法详细资料

      • listByBureauGuid

        List<TaoHongTemplate> listByBureauGuid​(String bureauGuid)
        根据委办局Id查找套红模板(委办局Id是唯一的,所以这里就不在加上租户Id这个条件)
        参数:
        bureauGuid -
        返回:
      • listByTenantId

        List<TaoHongTemplate> listByTenantId​(String tenantId,
                                             String name)
        Description:查找当前租户的套红模板
        参数:
        tenantId -
        name -
        返回:
      • removeTaoHongTemplate

        void removeTaoHongTemplate​(String id)
        根据Id删除模板
        参数:
        id -
      • removeTaoHongTemplate

        void removeTaoHongTemplate​(String[] templateGuids)
        根据传进来的模板Id数组来删除模板
        参数:
        templateGuids -