101captain
2021-11-08 9b1fcfa1ddcd1fcf96be51f4e0d2d8c8df38d3a6
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 {
 
}