xiaoyi
3 天以前 f71dabccb0e4c2fa410683e6058eb906a7dbf094
1
2
3
4
5
6
7
8
9
10
package cn.iocoder.yudao.module.aftersales.enums;
 
/**
 * 售后模块字典类型
 */
public interface DictTypeConstants {
 
    String AFTER_SALES_COMPENSATION_TYPE = "after_sale_compensation_type";
 
}