engineering/app/common/enum/ExportEnum.php
shengchanzhe 5d7af114f8 init
2023-11-08 20:45:32 +08:00

14 lines
143 B
PHP

<?php
namespace app\common\enum;
class ExportEnum
{
//获取导出信息
const INFO = 1;
//导出excel
const EXPORT = 2;
}