Pu Zhibing
4 天以前 dca440a3ffc59710656931de97f797c4e13c5f3f
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;
}