青羊经侦大队-数据平台
baizonghao
2023-05-19 1c3f11dfd7493a4c4a8d41e2499477840bcc070c
1
2
3
4
5
6
7
package com.example.jz.modle.vo;
 
public class MessageUserInfoVO {
    private String realName;
    private String userMobile;
    private String userIdcard;
}