feat: bug-1286 设备售后公司转移
This commit is contained in:
parent
34db62ba2f
commit
4f204375af
|
|
@ -60,6 +60,16 @@ public class DeviceDetailResultVO {
|
||||||
*/
|
*/
|
||||||
private String agentName;
|
private String agentName;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 服务代理商编码
|
||||||
|
*/
|
||||||
|
private String serviceAgentCode;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 服务代理商名称
|
||||||
|
*/
|
||||||
|
private String serviceAgentName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 区域编码
|
* 区域编码
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue