You've already forked FrameTour-BE
1
This commit is contained in:
@@ -6,6 +6,7 @@ import com.ycwl.basic.model.common.BaseQueryParameterReq;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.Date;
|
||||
@@ -15,6 +16,7 @@ import java.util.Date;
|
||||
* @Date:2024/12/02 11:29
|
||||
* 视频源
|
||||
*/
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@Data
|
||||
@ApiModel(value = "视频源查询对象")
|
||||
public class SourceReqQuery extends BaseQueryParameterReq {
|
||||
|
||||
Reference in New Issue
Block a user