2026-07-27 11:28:33 +08:00

5 lines
91 B
JavaScript

exports.SurveryStatus = {
init: '未发布',
enable: '已发布',
stop: '已停用'
}