code cleanup
This commit is contained in:
parent
74719b762f
commit
6000bb3ef2
17 changed files with 65 additions and 67 deletions
|
@ -11,6 +11,7 @@ class Entity
|
|||
public:
|
||||
enum class State { NEW, UPDATE, DELETE, OK };
|
||||
|
||||
//Entity() = default;
|
||||
virtual ~Entity() = 0;
|
||||
|
||||
void createUuid();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue