mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
CE-1955 Mark as Serializable
This commit is contained in:
@ -22,13 +22,14 @@
|
|||||||
package com.kingsrook.qqq.backend.core.model.actions.tables.storage;
|
package com.kingsrook.qqq.backend.core.model.actions.tables.storage;
|
||||||
|
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
import com.kingsrook.qqq.backend.core.model.actions.AbstractTableActionInput;
|
import com.kingsrook.qqq.backend.core.model.actions.AbstractTableActionInput;
|
||||||
|
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
** Input for Storage actions.
|
** Input for Storage actions.
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
public class StorageInput extends AbstractTableActionInput
|
public class StorageInput extends AbstractTableActionInput implements Serializable
|
||||||
{
|
{
|
||||||
private String reference;
|
private String reference;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user