#修复模型模块接口-逻辑删除不生效问题
This commit is contained in:
@@ -39,4 +39,11 @@ public interface SysDeviceModelService {
|
||||
* @return
|
||||
*/
|
||||
int updateDeviceModel(DeviceModel deviceModel);
|
||||
|
||||
/**
|
||||
* 删除(逻辑删除模型)
|
||||
* @param id
|
||||
* @return
|
||||
*/
|
||||
int deleteDeviceModelById(Long id);
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user