feat: 移植工程
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
package com.cxx.home.vo;
|
||||
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
public class TravelQueryVo {
|
||||
@Schema(description = "旅行类别")
|
||||
private String category;
|
||||
}
|
||||
Reference in New Issue
Block a user