MrShi
2026-04-29 fa579a2fcad3e23c9df1c72fae3281b1b4c06fdd
1
2
3
4
5
6
7
package com.doumee.dao.business;
 
import com.doumee.dao.business.model.OtherOrders;
import com.github.yulichang.base.MPJBaseMapper;
 
public interface OtherOrdersMapper extends MPJBaseMapper<OtherOrders> {
}