青羊经侦大队-数据平台
baizonghao
2023-05-22 aa8836a65e97e297340fff3a42615f0a36f314e7
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;
}