7 changed files with 44 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
package yq.system.domain.vo; |
|||
|
|||
import lombok.Data; |
|||
|
|||
/** |
|||
* @auther yq |
|||
* @data 2025/1/15 |
|||
*/ |
|||
@Data |
|||
public class FaceByteVo { |
|||
private byte[] faceByte; |
|||
} |
Loading…
Reference in new issue