bug fix:county name is not unique value
This commit is contained in:
@@ -33,5 +33,17 @@ public class ConsigneeVo {
|
||||
* 详细地址
|
||||
*/
|
||||
private String address;
|
||||
/**
|
||||
* 省份代码
|
||||
*/
|
||||
private String provinceCode;
|
||||
/**
|
||||
* 城市代码
|
||||
*/
|
||||
private String cityCode;
|
||||
/**
|
||||
* 区县代码
|
||||
*/
|
||||
private String countyCode;
|
||||
|
||||
}
|
||||
|
||||
@@ -17,4 +17,12 @@ public class PrintTemplateVo {
|
||||
* 面单
|
||||
*/
|
||||
private String printTemplate;
|
||||
/**
|
||||
* 快递公司代码
|
||||
*/
|
||||
private String expressCompanyCode;
|
||||
/**
|
||||
* 是否打印过
|
||||
*/
|
||||
private int templatedPrinted;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user