xuhy
2025-02-26 823b3791ea60888168b277110cfce607e5eed3e4
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;
}