xg
许鹏程
2023-05-26 2476c4f7acc1a3a9087227660e32ef42157a46b6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.product.org.admin.service.idel;
/**
* Copyright © 2020 LX-BASE
* @Title: LX-BASE-SERVER
* @Project: base-server-org-admin
* @Date:  2020年6月12日
* @Author: Mr.Xu
* @Description:岗位等级interface
 */
 
import com.product.core.entity.FieldSetEntity;
import com.product.core.exception.BaseException;
 
public interface ISystemPostGradesService {
    
     boolean addPostGradesGroup(FieldSetEntity fse)throws BaseException;
 
}