判断金额问题

This commit is contained in:
2025-03-02 23:25:59 +08:00
parent e9890a3856
commit 8d329e6b05
3 changed files with 17 additions and 10 deletions

View File

@@ -17,6 +17,7 @@ import java.util.List;
@ApiModel("移动端订单信息响应类")
public class OrderAppRespVO {
private Long id;
private Integer type;
/**
* 价格
*/