GZMachinesWeb/.svn/pristine/85/85fecf91b92e6669017471a40af...

17 lines
342 B
Plaintext
Raw Normal View History

2025-06-20 17:47:53 +08:00
package com.bonus.rm.service;
import com.bonus.rm.beans.PutInStorageTaskBean;
import com.bonus.sys.BaseService;
public interface PutInStorageTaskService extends BaseService<PutInStorageTaskBean>{
String updatePutPerson(PutInStorageTaskBean o);
String isRelease(PutInStorageTaskBean o);
int deleteReturn(PutInStorageTaskBean o);
}