dao/src/main/resources/mapper/LedPlayerEntityMapper.xml
@@ -10,6 +10,7 @@ <result property="playerName" column="player_name" jdbcType="VARCHAR"/> <result property="playerId" column="player_id" jdbcType="VARCHAR"/> <result property="sn" column="sn" jdbcType="VARCHAR"/> <result property="resolution" column="resolution" jdbcType="VARCHAR"/> <result property="createTimestamp" column="create_timestamp" jdbcType="BIGINT"/> </resultMap>