update 添加更新时间字段

This commit is contained in:
2024-02-27 11:34:50 +08:00
parent df0cd9b932
commit 2ae4b30a88
3 changed files with 14 additions and 4 deletions

View File

@@ -28,4 +28,9 @@ public class MemberGroupConsumptionVO {
* 总消费金额
*/
private String totalConsumptionAmount;
/**
* 最近一笔订单的消费时间
*/
private String lastDate;
}