* zin: add the value prop of thinkquestion wg.

This commit is contained in:
wangzemei
2024-05-20 08:59:50 +08:00
parent 3cf535219d
commit 97d3f4ed83
+3 -2
View File
@@ -21,8 +21,9 @@ requireWg('thinkStepBase');
class thinkQuestion extends thinkStepBase
{
protected static array $defineProps = array(
'required?: int=1', // 是否必填
'questionType: string' // 问题类型
'required?: int=1', // 是否必填
'questionType?: string', // 问题类型
'value?: string', // 问题的答案
);
protected static array $defaultProps = array