|
|
@@ -19,7 +19,7 @@ import java.util.List;
|
|
|
*/
|
|
|
@Getter
|
|
|
@Setter
|
|
|
-@TableName("t_relocation_init")
|
|
|
+@TableName(value = "t_relocation_init", autoResultMap = true)
|
|
|
public class RelocationInit implements Serializable {
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|