咨询bug

This commit is contained in:
DESKTOP-BLB5287\FP
2025-07-09 16:57:07 +08:00
parent ec897c0567
commit 7c69912296
6 changed files with 25 additions and 35 deletions
@@ -112,7 +112,7 @@ public class ConNotice implements Serializable {
* 咨询类型
*/
@Excel(name = "咨询类型", width = 15, dicCode = "notice_type")
@Schema(title = "咨询类型(notice_type 0:图文咨询 1:音视频咨询)")
@Schema(title = "咨询类型(notice_type 0:视屏咨询 1:图文频咨询)")
@Dict(dicCode = "notice_type")
private String noticeType;
@@ -34,5 +34,5 @@ public class ConNoticeVO {
@Dict(dicCode = "notice_type")
@Schema(title = "咨询类型(notice_type 0:图文咨询 1:音视频咨询)")
private String type;
private String noticeType;
}