霸王餐 金额问题

This commit is contained in:
2025-03-20 11:21:22 +08:00
parent bd36647379
commit c0eda91329
2 changed files with 20 additions and 20 deletions

View File

@@ -4,6 +4,7 @@ import com.mybatisflex.annotation.Column;
import com.mybatisflex.annotation.Id;
import com.mybatisflex.annotation.KeyType;
import com.mybatisflex.annotation.Table;
import java.io.Serializable;
import java.math.BigDecimal;
import java.time.LocalDateTime;
@@ -88,4 +89,7 @@ public class FreeDineConfig implements Serializable {
*/
private String childShopIdList;
public Integer getMultiple() {
return rechargeTimes == null ? 2 : rechargeTimes;
}
}