@@ -20,7 +20,7 @@ public class Allocation implements Serializable {
/**
* ID
*/
- @TableId(value = "ID", type = IdType.ASSIGN_ID)
+ @TableId(value = "ID", type = IdType.INPUT)
private Long id;