2026-07-31 7188f28998d47c286e34cbd525986603cfc19ba9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package cn.iocoder.yudao.module.trade.enums;
 
/**
 * Trade 字典类型的枚举类
 *
 * @author owen
 */
public interface DictTypeConstants {
 
    String BROKERAGE_RECORD_STATUS = "brokerage_record_status"; // 佣金记录状态
 
    String BROKERAGE_WITHDRAW_TYPE = "brokerage_withdraw_type"; // 佣金提现类型
    String BROKERAGE_WITHDRAW_STATUS = "brokerage_withdraw_status"; // 佣金提现状态
 
}