|
|
@@ -38,6 +38,9 @@ public class AgreementParam extends PageRequest {
|
|
|
@Schema(description = "对接人(手机号,名字查询)")
|
|
|
private String dockingPerson;
|
|
|
|
|
|
+ @Schema(description = "归属机构id")
|
|
|
+ private String deptId;
|
|
|
+
|
|
|
@Schema(description = "出单账号")
|
|
|
private String attributionName;
|
|
|
|