wujianwei
2026-01-08 47f5004419c3c703919b5351034fc9cfa0ac39f8
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.tms.domain.vo;
 
import lombok.Data;
 
@Data
public class AddressVo {
    private String province;
    private String city;
    private String district;
    private String township;
}