|  |  |  | 
|---|
|  |  |  | **/ | 
|---|
|  |  |  | public interface IMemberProfitService { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 静态分红 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | void staticProfit(Date date); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 动态分红 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | void dynamicProfit(Long orderId); | 
|---|
|  |  |  | void directProfit(Long orderId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void dynamicProfit(Long orderId, Integer isNormal); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 代理分红 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | void agentProfit(Date date); | 
|---|
|  |  |  | void agentProfit(Integer type); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 排名分红 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | void rankProfit(); | 
|---|
|  |  |  | void allInternetProfit(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 感恩奖 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | void thankfulProfit(Date profitDate); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 店补/董事 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | void storeAndDirectorProfit(Date profitDate); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void scorePool(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void agentPerkJob(Date profitDate); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void offLinePerkJob(Date profitDate); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void teamEqualsPerkJob(Date profitDate); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void mqPerkRetryJob(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void scoreRecordReleaseJob(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void achieveReleaseJob(); | 
|---|
|  |  |  | void orderBonus(Long orderId); | 
|---|
|  |  |  | } | 
|---|