package com.xuezhanmaster.game.domain; public record PostGangContext( int seatNo, String tileDisplayName ) { }