1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-24 15:27:43 +01:00

chore: Aggiunte informazioni Model per autocompletamento

This commit is contained in:
Maicol Battistini 2021-12-20 17:57:55 +01:00
parent ca6e3986b8
commit 5f248781dd
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A

View File

@ -6,8 +6,11 @@ import {snakeCase} from 'lodash-es';
/**
* @property {number} id
* @abstract
*/
export default class Model extends BaseModel {
jsonApiType: string;
constructor() {
super();