|
@@ -5,11 +5,11 @@ import ${import};
|
|
|
#end
|
|
|
import org.apache.commons.lang3.builder.ToStringBuilder;
|
|
|
import org.apache.commons.lang3.builder.ToStringStyle;
|
|
|
-import annotation.com.phm.common.Excel;
|
|
|
+import com.phm.common.annotation.Excel;
|
|
|
#if($table.crud || $table.sub)
|
|
|
-import domain.core.com.phm.common.BaseEntity;
|
|
|
+import com.phm.common.core.domain.BaseEntity;
|
|
|
#elseif($table.tree)
|
|
|
-import domain.core.com.phm.common.TreeEntity;
|
|
|
+import com.phm.common.core.domain.TreeEntity;
|
|
|
#end
|
|
|
|
|
|
/**
|