1.排队取号 取消排号接口
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.chaozhanggui.system.cashierservice.entity.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import javax.validation.constraints.NotNull;
|
||||
|
||||
@Data
|
||||
public class CancelCallQueueDTO {
|
||||
@NotNull
|
||||
private Integer queueId;
|
||||
@NotNull
|
||||
private Integer shopId;
|
||||
}
|
||||
Reference in New Issue
Block a user