lidongdong
2023-10-18 3c0d42f682e7e49213cb504fd9f29d0c0e1021f6
1
2
3
4
5
6
7
8
9
10
package com.panzhihua.common.model.dtos.community;
 
import io.swagger.annotations.ApiModel;
import lombok.Data;
 
@Data
@ApiModel("问卷题目选项")
public class ComActQuestnaireSubSelectionDTO {
 
}