package com.example.demo.service; import com.example.demo.model.FWBAssociatedParty; public interface FWBAsssociatedPartyService { int insert(FWBAssociatedParty record); int insertSelective(FWBAssociatedParty record); }