zyy
2026-03-15 35ececb0d9959e010f1ac160f20afd4dba27de57
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);
 
}