execPayResult

This commit is contained in:
GYJ
2025-02-15 18:25:07 +08:00
parent efedf7276e
commit 26a4592bcd
4 changed files with 72 additions and 41 deletions

View File

@@ -11,7 +11,7 @@ import lombok.EqualsAndHashCode;
*/
@Data
@EqualsAndHashCode(callSuper = true)
public class CzgJsPayResp extends CzgBaseResp{
public class CzgJsPayResp extends CzgBaseResp {
private CzgPayInfo payInfo;
}