打印消息队列新增透传参数
This commit is contained in:
@@ -2,10 +2,11 @@ package cn.ysk.cashier.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
@Data
|
||||
public class CallNumPrintDTO {
|
||||
private Integer callQueueId;
|
||||
private Integer shopId;
|
||||
|
||||
private Long currentUserId;
|
||||
private String currentUserName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user