工单撤回

This commit is contained in:
Chujinwang 2024-07-19 09:22:05 +08:00
parent 37199ffff4
commit 4b2eac7261
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,8 @@ import java.util.List;
@EqualsAndHashCode(callSuper = true)
public class TerminalQuery extends CommonParam {
/**
* 商户编号
*/
@ -123,4 +125,7 @@ public class TerminalQuery extends CommonParam {
*/
@Condition(name = "`user_id`", type = Condition.ConditionType.eq, tableName = "i")
private Long userId;
private Long terminalId;
}