111
fei.wang
2025-04-18 a6686570ac48648e2bf2ec93d27272a4473cac08
1
2
3
4
5
6
7
8
9
10
package com.hxzkappboot.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.hxzkappboot.pojo.TbDepartment;
import com.hxzkappboot.pojo.TbWarnmes;
 
public interface TbWarnmesService  extends IService<TbWarnmes> {
 
    int updateBumen(TbWarnmes tbWarning);
}