xuhy
2025-09-28 9a0e75d2fe75d56327fa0ee11a34ad29f84a3313
1
2
3
4
5
6
7
8
9
package com.ruoyi.system.utils.wx.pojo;
 
import lombok.Data;
 
@Data
public class Watermark {
    private String appid;
    private String timestamp;
}