zss
2023-11-03 22c67fd681856d2b6513d02329b63d76017e1120
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 {
}