Pu Zhibing
2024-09-20 7c7354dc331ee0f94938fd27a69047d254e4bdf0
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;
}