修改统计

This commit is contained in:
haozq 2025-01-17 18:10:46 +08:00
parent 55e502b4bb
commit a11fc6f2e4
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
package com.bonus.gzcar.business.backstage.entity;
import lombok.Data;
/**
* @author 黑子
*/
@Data
public class IndexVo {
/**
*
*/
private String num;
private String money;
}