xuhy
2025-04-10 4fcd294f79c626f3a8889d1e92a02d810c754747
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;
}