revert the change.
This commit is contained in:
parent
835e063a74
commit
a558faf1ad
|
@ -1,9 +1,9 @@
|
|||
<?php
|
||||
//生成西部数据中心离线申请表
|
||||
require_once('fpdf/chinese-unicode.php');
|
||||
require_once('fpdi/fpdi.php');
|
||||
class ApplicantPDF extends FPDI
|
||||
{
|
||||
require_once('fpdi/fpdi.php');
|
||||
public $template;//模板文件的路径
|
||||
public $data;//包含具体的数据,数组
|
||||
public $fontsize=10;
|
||||
|
|
Loading…
Reference in New Issue