|
|
|
@ -4,6 +4,7 @@ import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
|
|
import com.luoo.user.pojo.LotteryRegion;
|
|
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
|
|
import java.time.LocalDateTime;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
@ -18,8 +19,9 @@ import org.springframework.format.annotation.DateTimeFormat;
|
|
|
|
|
* @create: 2024-08-10 10:48
|
|
|
|
|
**/
|
|
|
|
|
@Data
|
|
|
|
|
public class LotteryDetailPCVO {
|
|
|
|
|
public class LotteryDetailPCVO implements Serializable {
|
|
|
|
|
|
|
|
|
|
private static final long serialVersionUID = 5759663954223098686L;
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "主键")
|
|
|
|
|
private String id;
|
|
|
|
|