Commit 7e5f71c0 by guojuxing

查询商户的own自定义字段

parent 7d65bc09
......@@ -197,4 +197,14 @@ public interface StoreFieldApiService {

 */
ServiceResponse<Void> authStoreField(Integer fromEnterpriseId, Integer toEnterpriseId, List<Integer> regionIdList);
/**
* 查询商户的own字段(去除被授权的字段)
* @Title: listOwnStoreField

* @Description:

 * @author guojuxing
* @param enterpriseId

* @return com.gic.api.base.commons.ServiceResponse<java.util.List<com.gic.store.dto.StoreFieldDTO>>


 */
ServiceResponse<List<StoreFieldDTO>> listOwnStoreField(Integer enterpriseId);
}
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