xuhy
2023-03-06 3bcf6a65dfb9813dff2986c9cc03b638742ce64e
management/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/ITBranchOfficeService.java
@@ -2,6 +2,7 @@
import com.stylefeng.guns.modular.system.model.TBranchOffice;
import com.baomidou.mybatisplus.service.IService;
import org.springframework.ui.Model;
/**
 * <p>
@@ -13,4 +14,10 @@
 */
public interface ITBranchOfficeService extends IService<TBranchOffice> {
    /**
     * 跳转到详情
     * @param tBranchOfficeId
     * @param model
     */
    void tBranchOfficeDetail(Integer tBranchOfficeId, Model model);
}