ipo
zyy
2026-01-10 3edc0674d8a3206b1528f50c8443cff1a6bb6da8
1
2
3
4
5
6
7
8
9
10
11
package com.yami.trading.service.c2c;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.yami.trading.bean.c2c.C2cUserParamBaseSet;
 
public interface  C2cUserParamBaseSetService    extends IService<C2cUserParamBaseSet> {
 
 
    public C2cUserParamBaseSet getByPartyId(String c2c_user_party_id);
 
}