mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-23 22:50:51 +08:00
feat: relocate remaining dtos
This commit is contained in:
10
backend/src/main/java/com/openisle/dto/MilkTeaInfoDto.java
Normal file
10
backend/src/main/java/com/openisle/dto/MilkTeaInfoDto.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package com.openisle.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/** Info about the milk tea activity. */
|
||||
@Data
|
||||
public class MilkTeaInfoDto {
|
||||
private long redeemCount;
|
||||
private boolean ended;
|
||||
}
|
||||
Reference in New Issue
Block a user