彩票猪手精推版
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.xy.xyaicpzs.common.requset;
|
||||
|
||||
import lombok.Data;
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class BackBallPredictionRequest {
|
||||
private String level;
|
||||
private List<Integer> nextFrontBalls;
|
||||
private List<Integer> previousFrontBalls;
|
||||
private List<Integer> previousBackBalls;
|
||||
private List<Integer> nextBackBalls;
|
||||
}
|
||||
Reference in New Issue
Block a user