台桌统计

This commit is contained in:
Tankaikai
2025-03-20 09:09:39 +08:00
parent 3d46fdfe7f
commit 6fb037fd89

View File

@@ -32,6 +32,11 @@ public class TableSummaryInfoVo implements Serializable {
@ExcelIgnore
@JSONField(serialize = false)
private Long lineNum;
/**
* 台桌码
*/
@ExcelIgnore
private String tableCode;
/**
* 区域名称
*/