xuhy
2025-04-03 160b87f6c1b93e5061f9556984c07c9cb45d04a6
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;
}