TASK: 试用用户添加测试;

This commit is contained in:
shahaibo
2023-12-11 15:11:40 +08:00
parent db1aed53eb
commit f80e5ce455
2 changed files with 4 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ public class TrialOrder implements Serializable {
@TableId(value = "id", type = IdType.AUTO)
private Long id;
@ApiModelProperty("surname")
private String title;
@ApiModelProperty("surname")
private String surname;