xuhy
2025-03-31 017a4a668610a554e554d910e547ae9f05537c0e
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;
}