Correction nomage attr QueryType

This commit is contained in:
Notmoo 2017-07-23 19:10:08 +02:00
parent cc44f2ee8e
commit c85fcb639d

View File

@ -2,5 +2,5 @@ package com.pqt.core.entities.query;
public enum QueryType { public enum QueryType {
CONNECT, SALE, STOCL, STAT, LOG, UPDATE CONNECT, SALE, STOCK, STAT, LOG, UPDATE
} }