This commit is contained in:
shahaibo
2024-04-02 10:15:35 +08:00
parent 737ec594fd
commit 782a4f9976
4 changed files with 20 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ public class TrialOrder implements Serializable {
@TableId(value = "id", type = IdType.AUTO)
private Long id;
@ApiModelProperty("surname")
@ApiModelProperty("title")
private String title;
@ApiModelProperty("surname")
@@ -64,4 +64,5 @@ public class TrialOrder implements Serializable {
*/
private Integer status;
private Integer isDeleted;
private String ip;
}