Skip to content

Instantly share code, notes, and snippets.

View aixohub's full-sized avatar
🎯
Focusing

aixohub aixohub

🎯
Focusing
View GitHub Profile
@aixohub
aixohub / BillingConfig.java
Created July 28, 2022 03:54 — forked from siweipancc/BillingConfig.java
动态阶梯运算的区间实现。接受非连续阶梯设置。提供详细的落点数据。
package cn.pancc.commons.algorithms;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import java.util.List;
/**
* 阶梯计价的基础配置类
*
* @author pancc