xuhy
2025-04-10 86deeff2904661cfab0cec439c2c838f8001598a
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;
}