package cn.iocoder.yudao.module.trade.enums; /** * Trade 字典类型的枚举类 * * @author owen */ public interface DictTypeConstants { String BROKERAGE_WITHDRAW_STATUS = "brokerage_withdraw_status"; // 佣金提现状态 }