FWBAsssociatedPartyService.java 230 字节
package com.example.demo.service;

import com.example.demo.model.FWBAssociatedParty;

public interface FWBAsssociatedPartyService {
    int insert(FWBAssociatedParty record);

    int insertSelective(FWBAssociatedParty record);
}