杜洪波
2026-03-27 9a1cd4f99b081a3edf84d82cbea4c569702f2865
1
2
3
4
5
6
7
8
package com.product.saas.service.idel;
 
import com.product.core.entity.FieldSetEntity;
 
public interface ISaasClientService {
 
    public boolean clientChangeProcess(FieldSetEntity fseChange);
}