1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-27 04:57:39 +08:00
2023-12-06 20:24:09 +08:00

9 lines
184 B
Plaintext

{%- macro priority_type(value) %}
{% if value == 10 %}
{% elseif value == 20 %}
{% elseif value == 30 %}
{% endif %}
{%- endmacro %}