ProxyConfig.java 338 Bytes
package com.diligrp.tax.proxy;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

/**
 * @Author: zhangmeiyang
 * @CreateTime: 2025-10-28 14:48
 * @Version: todo
 */
@Configuration
@ComponentScan(basePackages = "com.diligrp.tax.proxy")
public class ProxyConfig {
}