Fixiaobai
2023-11-08 db9c8218576c7af0ed61b39f93f2e6a14bddeee9
1
2
3
4
5
6
7
8
9
10
11
package com.chinaztt.mes.common.config;
 
import org.springframework.context.annotation.Configuration;
 
/**
 * @Author 张宾
 * @Date 2023/10/26
 */
@Configuration
public class TransactionConfig {
}