Pu Zhibing
2025-07-16 4fcd1f89d42fef05fb6592d30f168f3bfc6728d6
1
2
3
4
5
6
7
8
9
package com.ruoyi.payment.wx.pojo;
 
import lombok.Data;
 
@Data
public class Watermark {
    private String appid;
    private String timestamp;
}