!470 fix: 代码生成:解决Java代码DO和VO中的警告

This commit is contained in:
YunaiV
2023-05-15 21:57:47 +08:00
parent 787d7600be
commit e0e814f38a
3 changed files with 8 additions and 8 deletions

View File

@@ -61,10 +61,10 @@ import static org.mockito.Mockito.*;
#end
#end
/**
* {@link ${table.className}ServiceImpl} 的单元测试类
*
* @author ${table.author}
*/
* {@link ${table.className}ServiceImpl} 的单元测试类
*
* @author ${table.author}
*/
@Import(${table.className}ServiceImpl.class)
public class ${table.className}ServiceImplTest extends BaseDbUnitTest {