update 修改对接第三方平台的枪口状态

This commit is contained in:
Guoqs
2024-06-17 13:39:50 +08:00
parent 6daf71d813
commit 27c199617e
4 changed files with 21 additions and 12 deletions

View File

@@ -60,6 +60,11 @@ public class BaseEntity implements Serializable {
// 有权限的站点
private List<String> stationDeptIds;
/**
* 请求来源, 参见{@link com.jsowell.common.enums.adapay.AdapayPayChannelEnum}
*/
private String requestSource;
public String getSearchValue() {
return searchValue;
}