mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 05:12:07 +08:00
page-machine-auth接口添加组织id
This commit is contained in:
+1
@@ -60,6 +60,7 @@ public class MachineAuthController {
|
||||
.id(e.getId())
|
||||
.machineType(e.getMachineType())
|
||||
.machineName(e.getName())
|
||||
.organId(e.getOrganId())
|
||||
.build()
|
||||
).collect(Collectors.toList());
|
||||
|
||||
|
||||
+2
@@ -14,6 +14,8 @@ import lombok.NoArgsConstructor;
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
public class MachineAuthResp {
|
||||
@Schema(description = "组织id")
|
||||
private Long organId;
|
||||
@Schema(description = "机台id")
|
||||
private Long id;
|
||||
@Schema(description = "机台名称")
|
||||
|
||||
Reference in New Issue
Block a user