GZMachinesWeb/.svn/pristine/d1/d128bc2977e2490695ce67d643d...

14 lines
291 B
Plaintext
Raw Normal View History

2025-06-20 17:47:53 +08:00
package com.bonus.ma.service;
import com.bonus.ma.beans.LibNumsInventoryBean;
import com.bonus.sys.BaseService;
public interface LibNumsInventoryService extends BaseService<LibNumsInventoryBean>{
void addLibs(LibNumsInventoryBean o);
String findByModelId(LibNumsInventoryBean o);
}