You've already forked FrameTour-BE
人脸
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.ycwl.basic.facebody.enums;
|
||||
|
||||
import lombok.Getter;
|
||||
|
||||
@Getter
|
||||
public enum FaceBodyAdapterType {
|
||||
ALI("ALI")
|
||||
;
|
||||
|
||||
private final String code;
|
||||
|
||||
FaceBodyAdapterType(String code) {
|
||||
this.code = code;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user