-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
FeatureFeature requestFeature request
Description
您的功能请求是否与问题相关?请描述。
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);
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FeatureFeature requestFeature request