Skip to content

计划支持solon项目的http url搜索功能吗 #179

@853103174

Description

@853103174

您的功能请求是否与问题相关?请描述。
idea2024.3 debugtools4.5 solon3.6 搜索不出来

其他背景信息

/**

  • 出入库记录命令

  • @author Ray
    */
    @post
    @Valid
    @controller
    @mapping("/cmd/inventory")
    public class InventoryCmdExe {

    @Inject
    private InventoryCmdSvc service;

    /**

    • 保存出入库记录
    • @param bo 保存出入库记录的业务类
      */
      @mapping("/upsert")
      public void upsert(@validated InventoryUpsertBO bo) {
      service.upsert(bo);
      }

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureFeature request

    Projects

    Status
    In Progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions