Commit 42df7cd4 by feixiang

feat:传单模板发布状态枚举

parent 17f38e8e
<?php
namespace Hdll\Services\Leaflet\Enum;
class TemplateEnum
{
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