工单撤回
This commit is contained in:
parent
37199ffff4
commit
4b2eac7261
|
|
@ -19,6 +19,8 @@ import java.util.List;
|
||||||
@EqualsAndHashCode(callSuper = true)
|
@EqualsAndHashCode(callSuper = true)
|
||||||
public class TerminalQuery extends CommonParam {
|
public class TerminalQuery extends CommonParam {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 商户编号
|
* 商户编号
|
||||||
*/
|
*/
|
||||||
|
|
@ -123,4 +125,7 @@ public class TerminalQuery extends CommonParam {
|
||||||
*/
|
*/
|
||||||
@Condition(name = "`user_id`", type = Condition.ConditionType.eq, tableName = "i")
|
@Condition(name = "`user_id`", type = Condition.ConditionType.eq, tableName = "i")
|
||||||
private Long userId;
|
private Long userId;
|
||||||
|
|
||||||
|
|
||||||
|
private Long terminalId;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue