fix: 订单详情增加是否会员价字段标识

This commit is contained in:
张松
2024-11-18 13:56:44 +08:00
parent 2fffee3c55
commit be8c796254
2 changed files with 4 additions and 0 deletions

View File

@@ -50,4 +50,6 @@ public class TbOrderDetail implements Serializable {
private BigDecimal memberPrice;
private static final long serialVersionUID = 1L;
private Integer isMember;
}