Pu Zhibing
2024-09-19 ff987c1b72aceaaa17c5f486052cf96323b11d32
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;
}