|
|
|
@ -3,7 +3,6 @@ package cokr.xit.tool.crudgen.service.bean;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
import cokr.xit.foundation.AbstractEntity;
|
|
|
|
|
import cokr.xit.tool.codegen.Klass;
|
|
|
|
|
import cokr.xit.tool.codegen.poet.Annotation;
|
|
|
|
|
import cokr.xit.tool.codegen.poet.Field;
|
|
|
|
|
import cokr.xit.tool.codegen.poet.JavaType;
|
|
|
|
@ -79,9 +78,4 @@ public class EntityFactory extends CodeFactory {
|
|
|
|
|
|
|
|
|
|
return entity;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
|
|
Class<?> klass = Klass.forName("String");
|
|
|
|
|
System.out.println(klass.getName());
|
|
|
|
|
}
|
|
|
|
|
}
|