xuhy
2025-06-17 ead0a2f837503380c26f008338ac9ce026680e47
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;
}