ipo
zyy3
2026-01-06 97f6fdc09138a2346b61ccc4c716e87ab58e590f
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);
 
}