xuhy
2025-09-05 ac73646e689ac2be81e7f970f44593cf80da4748
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;
}