杜洪波
19 小时以前 bb229d0324c082a85b14c72ddf7ef1a46622266d
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);
}