组织排队开关,新增用户司机同步yms,oms预约单修改

This commit is contained in:
赵辉
2026-05-21 15:15:49 +08:00
parent a29ac3050e
commit 4f03f56126
26 changed files with 465 additions and 7 deletions
@@ -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;
}
@@ -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;
}
@@ -64,4 +64,6 @@ public class OrganizationCorrelationDO extends BaseVOEntity{
private String contact;
@ApiModelProperty("联系人电话")
private String contactPhone;
@ApiModelProperty("是否排队:0-否,1-是")
private Integer isQueue;
}
@@ -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