bind命令、choose命令以及其他东西
parent
7f67f4a8ac
commit
9399401fb7
|
@ -8,8 +8,8 @@ import youhong.ai.mymapper.command.CommandExecutor;
|
|||
import youhong.ai.mymapper.command.ISqlCommand;
|
||||
import youhong.ai.mymapper.command.annotation.SqlCommand;
|
||||
import youhong.ai.mymapper.command.constant.CommandConsTant;
|
||||
import youhong.ai.mymapper.command.entity.MyWhenProperties;
|
||||
import youhong.ai.mymapper.command.entity.SqlCommandDefinition;
|
||||
import youhong.ai.mymapper.command.properties.MyWhenProperties;
|
||||
import youhong.ai.mymapper.util.ParseSqlUtil;
|
||||
import youhong.ai.mymapper.util.ScriptUtil;
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@ package youhong.ai.mymapper.command.commandImpl;
|
|||
import youhong.ai.mymapper.command.ISqlCommand;
|
||||
import youhong.ai.mymapper.command.annotation.SqlCommand;
|
||||
import youhong.ai.mymapper.command.constant.CommandConsTant;
|
||||
import youhong.ai.mymapper.command.entity.MyOtherwiseProperties;
|
||||
import youhong.ai.mymapper.command.entity.SqlCommandDefinition;
|
||||
import youhong.ai.mymapper.command.properties.MyOtherwiseProperties;
|
||||
import youhong.ai.mymapper.util.ParseSqlUtil;
|
||||
|
||||
/**
|
||||
|
|
|
@ -3,8 +3,8 @@ package youhong.ai.mymapper.command.commandImpl;
|
|||
import youhong.ai.mymapper.command.ISqlCommand;
|
||||
import youhong.ai.mymapper.command.annotation.SqlCommand;
|
||||
import youhong.ai.mymapper.command.constant.CommandConsTant;
|
||||
import youhong.ai.mymapper.command.entity.MyWhenProperties;
|
||||
import youhong.ai.mymapper.command.entity.SqlCommandDefinition;
|
||||
import youhong.ai.mymapper.command.properties.MyWhenProperties;
|
||||
import youhong.ai.mymapper.util.ParseSqlUtil;
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
package youhong.ai.mymapper.command.entity;
|
||||
package youhong.ai.mymapper.command.properties;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import lombok.ToString;
|
||||
import youhong.ai.mymapper.command.properties.AbstractCommandProperties;
|
||||
|
||||
/**
|
||||
* <h1></h1>
|
|
@ -1,9 +1,8 @@
|
|||
package youhong.ai.mymapper.command.entity;
|
||||
package youhong.ai.mymapper.command.properties;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import lombok.ToString;
|
||||
import youhong.ai.mymapper.command.properties.AbstractCommandProperties;
|
||||
|
||||
/**
|
||||
* <h1></h1>
|
|
@ -1,9 +1,8 @@
|
|||
package youhong.ai.mymapper.command.entity;
|
||||
package youhong.ai.mymapper.command.properties;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import lombok.ToString;
|
||||
import youhong.ai.mymapper.command.properties.AbstractCommandProperties;
|
||||
|
||||
/**
|
||||
* <h1></h1>
|
|
@ -2,9 +2,6 @@ package youhong.ai.mymapper.util;
|
|||
|
||||
import aiyh.utils.annotation.MethodRuleNo;
|
||||
import youhong.ai.mymapper.command.constant.CommandConsTant;
|
||||
import youhong.ai.mymapper.command.entity.MyChooseProperties;
|
||||
import youhong.ai.mymapper.command.entity.MyOtherwiseProperties;
|
||||
import youhong.ai.mymapper.command.entity.MyWhenProperties;
|
||||
import youhong.ai.mymapper.command.properties.*;
|
||||
|
||||
import java.util.List;
|
||||
|
|
Loading…
Reference in New Issue