zss
2023-11-01 46ec981f78ee7879a6fe5a48466de1c5d5b7d74a
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 {
}