Commit bfe33bfc by guojuxing

解除ERP关联

parent 2e5dbf21
......@@ -217,4 +217,14 @@ public interface StoreFieldApiService {

 */
ServiceResponse<Void> setErpMapperCode(Integer storeFieldId);
/**
* 解除ERP关联
* @Title: unBindErpMapperCode

* @Description:

 * @author guojuxing
* @param storeFieldId

* @return com.gic.api.base.commons.ServiceResponse<java.lang.Void>


 */
ServiceResponse<Void> unBindErpMapper(Integer storeFieldId);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment