咨询bug
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
+1
-1
@@ -34,5 +34,5 @@ public class ConNoticeVO {
|
||||
|
||||
@Dict(dicCode = "notice_type")
|
||||
@Schema(title = "咨询类型(notice_type 0:图文咨询 1:音视频咨询)")
|
||||
private String type;
|
||||
private String noticeType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user