mitao
2025-04-01 5af799118134eb1f77bb310433825fe7cf11e680
cloud-server-account/src/main/java/com/dsh/account/model/vo/exploreDetail/QuestionIns.java
@@ -15,5 +15,7 @@
    @ApiModelProperty(value = "答复内容")
    private String quesContents;
    @ApiModelProperty(value = "答复时间")
    private String quesTime;
}