Remove useless Type (we get it from BaseQuery)

This commit is contained in:
j4ck 2022-06-02 01:27:55 +03:00
parent af978406a4
commit f1ccd7de64
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -2,7 +2,6 @@
public class GetQuery : IQuery public class GetQuery : IQuery
{ {
public string Type { get; set; }
public string Table { get; set; } public string Table { get; set; }
public string Select { get; set; } public string Select { get; set; }
public string Where { get; set; } public string Where { get; set; }