xiaoyong931011
2021-07-22 f4ef9fccb3347fd364ca59575bf62fe5e4362f59
gc-order/src/main/java/com/xzx/gc/order/mapper/JhyInfoMapper.java
@@ -4,7 +4,10 @@
import com.xzx.gc.util.GcMapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
public interface JhyInfoMapper extends GcMapper<JhyInfo> {
    JhyInfo selectJhyInfoByUserId(@Param("userId") String userId);
    List<JhyInfo> selectJhyInfoListInAddressRange(@Param("addressId") Long addressId);
}