组织排队开关,新增用户司机同步yms,oms预约单修改
This commit is contained in:
+2
@@ -114,6 +114,8 @@ public class Organization extends BaseVOEntity implements Serializable {
|
||||
private String contactPhone;
|
||||
@ApiModelProperty("nc编码")
|
||||
private String ncCode;
|
||||
@ApiModelProperty("是否排队:0-否,1-是")
|
||||
private Integer isQueue;
|
||||
|
||||
|
||||
}
|
||||
+2
@@ -129,4 +129,6 @@ public class OrganizationPo extends BaseVOEntity implements Serializable {
|
||||
private String contactPhone;
|
||||
@ApiModelProperty("nc编码")
|
||||
private String ncCode;
|
||||
@ApiModelProperty("是否排队:0-否,1-是")
|
||||
private Integer isQueue;
|
||||
}
|
||||
+2
@@ -64,4 +64,6 @@ public class OrganizationCorrelationDO extends BaseVOEntity{
|
||||
private String contact;
|
||||
@ApiModelProperty("联系人电话")
|
||||
private String contactPhone;
|
||||
@ApiModelProperty("是否排队:0-否,1-是")
|
||||
private Integer isQueue;
|
||||
}
|
||||
|
||||
+2
@@ -123,6 +123,8 @@ public class OrganizationDto extends BaseVOEntity implements Serializable {
|
||||
private String contactPhone;
|
||||
@ApiModelProperty("nc编码")
|
||||
private String ncCode;
|
||||
@ApiModelProperty("是否排队:0-否,1-是")
|
||||
private Integer isQueue;
|
||||
|
||||
@ApiModelProperty(name = "唯一key集合(操作菜单使用)")
|
||||
private List<String> idKeyList;
|
||||
|
||||
@@ -102,7 +102,8 @@
|
||||
o1.company_name_en,
|
||||
o1.contact,
|
||||
o1.nc_code,
|
||||
o1.contact_phone
|
||||
o1.contact_phone,
|
||||
o1.is_queue
|
||||
FROM
|
||||
sys_organization o1
|
||||
LEFT JOIN
|
||||
|
||||
Reference in New Issue
Block a user