<?php /** * 签章坐标 * @author auto create */ class SealSignatureDTO { /** * 左下角x **/ public $position_x; /** * 左下角y **/ public $position_y; } ?>