zhuo
2025-02-25 bc145c8a65751b9278e3cb206302d9a750fcd3ba
1
2
3
4
5
6
7
package com.ruoyi.personnel.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.personnel.pojo.Annex;
 
public interface AnnexService extends IService<Annex> {
}