doum
2026-06-16 77094dd01f0c6ff59b4fb4fa1105addf34b2398c
1
2
3
4
5
6
7
package com.doumee.dao.business;
 
import com.doumee.dao.business.model.YwCustomerGs;
import com.github.yulichang.base.MPJBaseMapper;
 
public interface YwCustomerGsMapper extends MPJBaseMapper<YwCustomerGs> {
}