仪表盘
版本库
文件存储
活动
搜索
登录
main
/
mom-pro2-after
宁夏三级mom后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
feat 功能修正
xiaoyi
4 天以前
c9d4ba37c1f681b12e24014013fa9a28734bad42
[mom-pro2-after.git]
/
yudao-module-aftersales
/
src
/
main
/
java
/
cn
/
iocoder
/
yudao
/
module
/
aftersales
/
enums
/
DictTypeConstants.java
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";
}