法人身份证
parent
fd65389617
commit
ad536030aa
|
|
@ -521,6 +521,11 @@ public class OrderPagingResult {
|
||||||
private Double transLat;
|
private Double transLat;
|
||||||
private String transContacts;
|
private String transContacts;
|
||||||
private String transPhone;
|
private String transPhone;
|
||||||
|
private String transIdcard;
|
||||||
|
private String transIdcardStartTime;
|
||||||
|
private String transIdcardEndTime;
|
||||||
|
private String transIdcardFront;
|
||||||
|
private String transIdcardBack;
|
||||||
// endregion
|
// endregion
|
||||||
// region 站点信息
|
// region 站点信息
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -473,6 +473,11 @@ public class TrainBillResult {
|
||||||
private Double transLat;
|
private Double transLat;
|
||||||
private String transContacts;
|
private String transContacts;
|
||||||
private String transPhone;
|
private String transPhone;
|
||||||
|
private String transIdcard;
|
||||||
|
private String transIdcardStartTime;
|
||||||
|
private String transIdcardEndTime;
|
||||||
|
private String transIdcardFront;
|
||||||
|
private String transIdcardBack;
|
||||||
// endregion
|
// endregion
|
||||||
// region 站点信息
|
// region 站点信息
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -126,13 +126,18 @@
|
||||||
g.lat trans_lat,
|
g.lat trans_lat,
|
||||||
g.contacts trans_contacts,
|
g.contacts trans_contacts,
|
||||||
g.phone trans_phone,
|
g.phone trans_phone,
|
||||||
|
g.idcard trans_idcard,
|
||||||
|
g.idcard_start_time trans_idcard_start_time,
|
||||||
|
g.idcard_end_time trans_idcard_end_time,
|
||||||
|
g.idcard_front trans_idcard_front,
|
||||||
|
g.idcard_back trans_idcard_back,
|
||||||
h.nickname,
|
h.nickname,
|
||||||
h.biz_obj,
|
h.biz_obj,
|
||||||
h.phone user_phone,
|
h.phone user_phone,
|
||||||
j.company_name,
|
j.company_name,
|
||||||
j.uscc,
|
j.uscc,
|
||||||
k.nickname checker_name,
|
k.nickname checker_name,
|
||||||
k.phone checker_phone,
|
k.phone checker_phone,
|
||||||
l.project_name,
|
l.project_name,
|
||||||
m.station_name,
|
m.station_name,
|
||||||
m.station_type,
|
m.station_type,
|
||||||
|
|
@ -141,8 +146,8 @@
|
||||||
m.uscc station_uscc,
|
m.uscc station_uscc,
|
||||||
m.contacts station_contacts,
|
m.contacts station_contacts,
|
||||||
m.phone station_phone,
|
m.phone station_phone,
|
||||||
m.lng station_lng,
|
m.lng station_lng,
|
||||||
m.lat station_lat,
|
m.lat station_lat,
|
||||||
a.contacts,
|
a.contacts,
|
||||||
a.check_time,
|
a.check_time,
|
||||||
a.assignment_trans_time,
|
a.assignment_trans_time,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue