张天森
2022-09-29 850c53cff0efa962eee149b6379027d667534610
1
2
3
4
5
6
7
8
package com.panzhihua.common.model.dtos.community;
 
import io.swagger.annotations.ApiModel;
import lombok.Data;
 
@Data
@ApiModel("问卷题目")
public class ComActQuestnaireSubDTO {}