记得上下班打卡 | git大法好,push需谨慎

Commit 6d67d6b1 authored by sunyuntian's avatar sunyuntian

add SmileAgent

parent 07729f51
...@@ -11,19 +11,19 @@ import lombok.Data; ...@@ -11,19 +11,19 @@ import lombok.Data;
* @since 2022-03-16 * @since 2022-03-16
*/ */
@Data @Data
public class SmileAgentVo { public class SmileAgentVo {
private Long id; private Long id;
/** /**
* 演出id * 演出id
*/ */
private Long showId; private String showId;
/** /**
* 票id * 票id
*/ */
private Long ticketId; private String ticketId;
/** /**
* 票种 * 票种
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment