ConvConfig.java 341 Bytes
package com.diligrp.tax.mapping;

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

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