rk
20 小时以前 095210f9149c73e6e00d997b39fd6c44a65e4d38
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> {
 
}