xiaoyi
6 小时以前 25b0112f14f27e7358b19aabf552b6453eb61c73
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";
 
}