yupeng
2025-04-25 f1102811e3b2ff5977ed02721efc1c7cd03a042d
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;
}