移除ConvertEntity

This commit is contained in:
redkale
2024-10-09 19:37:16 +08:00
parent e5acbdcdee
commit 62eb06f272
12 changed files with 0 additions and 281 deletions

View File

@@ -7,10 +7,8 @@ package org.redkale.test.convert;
import java.net.*;
import java.util.*;
import org.redkale.convert.ConvertEntity;
/** @author zhangjx */
@ConvertEntity("myname")
public class SimpleChildEntity extends SimpleEntity {
private short st = -1234;