结算记录
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
package com.greenorange.promotion.mapper;
|
||||
|
||||
import com.greenorange.promotion.model.entity.FundsChange;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
|
||||
/**
|
||||
* @author 35880
|
||||
* @description 针对表【funds_change(资金变动记录表)】的数据库操作Mapper
|
||||
* @createDate 2025-05-10 18:47:20
|
||||
* @Entity com.greenorange.promotion.model.entity.FundsChange
|
||||
*/
|
||||
public interface FundsChangeMapper extends BaseMapper<FundsChange> {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user