jiangping
2025-05-21 edf0e8e51fad2cca56a75d5e8fd5ba2f0aa2e12e
1
2
3
4
5
6
7
8
9
10
11
package com.doumee.core.haikang.model.param.respose;
 
import lombok.Data;
 
import java.util.List;
 
@Data
public class UserAddResponse {
  private String personId    ;//string    False    成功添加的人员Id
  private String faceId;//    string    False    成功添加的人脸Id
}