puhanshu
2021-09-18 1e3b97098151f2d0471de6e8103b6cdaa6b5099d
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 {
 
}