Merge #14 into master from cc_20251218_opening

fix:信发查询bug

* cc_20251218_opening: (1 commits squashed)

  - fix:信发查询bug

Signed-off-by: 苏竹红 <570057076@qq.com>
Merged-by: 苏竹红 <570057076@qq.com>

CR-link: https://codeup.aliyun.com/692ea314dec569489f6f167c/hangzhou/java/custom_zxjp/change/14
This commit is contained in:
2025-12-18 08:29:16 +00:00
parent dd58d70fa2
commit a273b37a73
2 changed files with 5 additions and 14 deletions

View File

@@ -22,18 +22,12 @@ public class HuoMaAccountDTO {
private String account;
/**
* 密码
*/
private String password;
/**
* 是否已查询
*/
private Boolean isQuery;
public HuoMaAccountDTO(String account, String password) {
this.account = account;
this.password = password;
this.isQuery = false;
}
}