yupeng
2025-02-28 3c6a682a64ce8089e000026f9d035eb329aebf47
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;
}