package com.yuanchu.mom.service; import org.springframework.ui.Model; public interface QrShowService { void transformModelByType(Model model,String code,String type); }