机构管理.公章管理优化
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.ruoyi.wisdomarbitrate.mapper;
|
||||
|
||||
import com.ruoyi.wisdomarbitrate.domain.SealManage;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Mapper
|
||||
public interface SealManageMapper {
|
||||
|
||||
List<SealManage> selectSealList(SealManage sealManage);
|
||||
|
||||
int insertSealManage(SealManage sealManage);
|
||||
|
||||
int updateSealManage(SealManage sealManage1);
|
||||
}
|
||||
Reference in New Issue
Block a user