package cn.iocoder.yudao.module.aftersales.enums; /** * 售后模块字典类型 */ public interface DictTypeConstants { String AFTER_SALES_COMPENSATION_TYPE = "after_sale_compensation_type"; }