BUGFIX:试用订单;

This commit is contained in:
shahaibo
2024-04-09 11:55:15 +08:00
parent a016f16052
commit 95aee1daae
4 changed files with 19 additions and 4 deletions

View File

@@ -64,4 +64,5 @@ public class TrialOrder implements Serializable {
*/
private Integer status;
private Integer isDeleted;
private String ip;
}