2024-09-29 15:43:18 +08:00

15 lines
124 B
PHP

<?php
/**
* 采购单id对象
* @author auto create
*/
class PurReqId
{
/**
* 采购单id
**/
public $id;
}
?>