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"; // 佣金提现状态 }