15 lines
124 B
PHP
Raw Permalink Normal View History

2024-09-29 15:43:18 +08:00
<?php
/**
* 采购单id对象
* @author auto create
*/
class PurReqId
{
/**
* 采购单id
**/
public $id;
}
?>