zouyu
2023-11-15 4d14b92739b94a68790bca51905d3e37da855be7
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 {
}