6c
2026-03-30 a149d96784efa58ae8f266bb41063ee217b9c048
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);
}