liujie
6 天以前 ddf70bde6196d51ee2e4b263624abf392c0bdfc7
1
2
3
4
5
6
7
8
9
package com.stylefeng.guns.modular.system.dao;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.stylefeng.guns.modular.system.model.TAbnormalPayOrder;
 
public interface TAbnormalPayOrderMapper extends BaseMapper<TAbnormalPayOrder> {
 
 
}