新版仿ok交易所-后端
1
zj
2025-08-19 c2e573685bc98c541dfd8381ac86a2d8d750606d
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);
 
}