Helius
2021-02-26 9ef9c3117e0a2850972c13055d52b6a9a772ad86
1
2
3
4
5
6
7
8
9
package com.matrix.codeGeneration.model;
/**
 * 类型处理器
 * @author Matrix-j
 *
 */
public interface TypeHandle {
 
}