~~~
rk
9 小时以前 b5f8660e06bb79d125019b4883e2b4807f095530
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.doumee.dao.business;
 
import com.doumee.dao.business.model.PricingRule;
import com.github.yulichang.base.MPJBaseMapper;
 
/**
 * 计价规则配置Mapper
 * @author rk
 * @date 2026/04/08
 */
public interface PricingRuleMapper extends MPJBaseMapper<PricingRule> {
 
}