mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
CE-1955 Mark Serializable
This commit is contained in:
@ -42,7 +42,7 @@ import com.kingsrook.qqq.backend.core.utils.CollectionUtils;
|
|||||||
*
|
*
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
@JsonInclude(Include.NON_NULL)
|
@JsonInclude(Include.NON_NULL)
|
||||||
public class QFrontendFieldMetaData
|
public class QFrontendFieldMetaData implements Serializable
|
||||||
{
|
{
|
||||||
private String name;
|
private String name;
|
||||||
private String label;
|
private String label;
|
||||||
|
Reference in New Issue
Block a user