叫号配置接口
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package cn.ysk.cashier.dto.calltable;
|
||||
|
||||
import lombok.Data;
|
||||
import org.bouncycastle.asn1.cmc.PendInfo;
|
||||
|
||||
import javax.validation.constraints.NotNull;
|
||||
|
||||
@Data
|
||||
public class UpdateConfigDTO {
|
||||
@NotNull
|
||||
private Integer shopId;
|
||||
private Integer isOnline;
|
||||
private String bgCover;
|
||||
private Integer isPostpone;
|
||||
private Integer postponeNum;
|
||||
}
|
||||
Reference in New Issue
Block a user