101captain
2021-12-23 01c0793620eeb478c79d99affe1900964497f071
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 {
 
}