jiangqs
2023-07-26 0b806dd3c5159d8fac767cf027b0301e583d1161
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.order.mapper.account;
 
import com.ruoyi.order.domain.pojo.account.ProfitSharing;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * <p>
 * 分账 Mapper 接口
 * </p>
 *
 * @author jqs
 * @since 2023-06-02
 */
public interface ProfitSharingMapper extends BaseMapper<ProfitSharing> {
 
}