lxp
2025-03-14 4b5c6891b92a186685b713627fe6701074b67435
1
2
3
4
5
6
7
8
9
package com.ruoyi.requier.service;
 
import org.springframework.ui.Model;
 
public interface QrShowService {
 
    void transformModelByType(Model model,String code,String type);
 
}