mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 23:11:24 +08:00
Add affair management
This commit is contained in:
@@ -13,4 +13,10 @@ import com.baomidou.mybatisplus.extension.service.IService;
|
||||
*/
|
||||
public interface IAffairService extends IService<Affair> {
|
||||
|
||||
int insertAffair(Affair affair);
|
||||
int updateAffair_Yes(Affair affair);
|
||||
int updateAffair_No(Affair affair);
|
||||
|
||||
|
||||
int deleteAffair_ApprovedByID(Affair affair);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user