commit 22/07/2025
This commit is contained in:
10
src/main/java/ErhaAPI/BarcodeHttpResult.java
Normal file
10
src/main/java/ErhaAPI/BarcodeHttpResult.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package ErhaAPI;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class BarcodeHttpResult {
|
||||
private int statusCode;
|
||||
private String body;
|
||||
private BarcodeResult result;
|
||||
}
|
||||
Reference in New Issue
Block a user