puzhibing
2023-10-23 ed0c579e95ba6c2616e112f87c48b11ef4c0e9d7
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> {
 
}