xiaoyi
4 天以前 c9d4ba37c1f681b12e24014013fa9a28734bad42
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";
 
}