Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
8dfc386c61
|
|
@ -32,6 +32,11 @@ public class TableSummaryInfoVo implements Serializable {
|
||||||
@ExcelIgnore
|
@ExcelIgnore
|
||||||
@JSONField(serialize = false)
|
@JSONField(serialize = false)
|
||||||
private Long lineNum;
|
private Long lineNum;
|
||||||
|
/**
|
||||||
|
* 台桌码
|
||||||
|
*/
|
||||||
|
@ExcelIgnore
|
||||||
|
private String tableCode;
|
||||||
/**
|
/**
|
||||||
* 区域名称
|
* 区域名称
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue