Browse Source

问卷调查

zouxuan 3 years ago
parent
commit
24cc0dd120

+ 1 - 1
mec-biz/src/main/java/com/ym/mec/biz/dal/entity/QuestionnaireTopic.java

@@ -29,7 +29,7 @@ public class QuestionnaireTopic extends BaseEntity {
 	/** 是否需要登录(1是0否) */
 	private Integer loginFlag = 1;
 
-	/** 是否逐题提交) */
+	/** 是否逐题提交(1逐题0一起提交) */
 	private Integer commitType = 1;
 	
 	/**  */