Commit 9b7e96d7 authored by 赵啸非's avatar 赵啸非

添加材料数量统计

parent 7112d7c5
......@@ -16,7 +16,7 @@ import java.util.List;
* @author zxfei
* @date 2023-02-17
*/
@FeignClient(name = "", path = "", fallbackFactory = SiteMatterFeignFallbackFactory.class)
@FeignClient(name = "base-manager", path = "/base", fallbackFactory = SiteMatterFeignFallbackFactory.class)
public interface ISiteMatterFeign extends IFeign {
......
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