杜洪波
2026-03-27 85f968c63cadfe780120deb4b77b8239037d6082
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);
}