新增了小程序用户晋升申请的模块
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
package com.greenorange.promotion.mapper;
|
||||
|
||||
import com.greenorange.promotion.model.entity.AdvancementApply;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
|
||||
/**
|
||||
* @author 35880
|
||||
* @description 针对表【advancement_apply(晋升申请表)】的数据库操作Mapper
|
||||
* @createDate 2025-06-29 12:39:54
|
||||
* @Entity com.greenorange.promotion.model.entity.AdvancementApply
|
||||
*/
|
||||
public interface AdvancementApplyMapper extends BaseMapper<AdvancementApply> {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user