Commit 506cf598 by feixiang

feat:传单枚举

parent 4eeb8d0f
<?php
/**
* Created by PhpStorm.
* User: Administrator
* Date: 2018/9/28
* Time: 14:50
*/
namespace Hdll\Services\Leaflet\Enum;
class LeafletEnum
{
const STATE_WAITING = 1;
const STATE_SUCCESS = 2;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment