<?php /** * 删除位置列表 * @author auto create */ class PunchGroupPositionParam { /** * 位置唯一标识 **/ public $position_id; /** * 位置名称 **/ public $position_name; /** * 位置类型,如101表示B1 **/ public $position_type; } ?>