项目明细调整

This commit is contained in:
2025-05-09 20:56:51 +08:00
parent a607eff4d8
commit a79cd3d502
42 changed files with 1338 additions and 85 deletions

View File

@ -0,0 +1,18 @@
package com.greenorange.promotion.mapper;
import com.greenorange.promotion.model.entity.ProjectCommission;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @author 35880
* @description 针对表【project_commission(项目明细抽佣表)】的数据库操作Mapper
* @createDate 2025-05-09 18:42:17
* @Entity com.greenorange.promotion.model.entity.ProjectCommission
*/
public interface ProjectCommissionMapper extends BaseMapper<ProjectCommission> {
}