Pu Zhibing
2025-03-20 0a68434e176be3590838b04196663567f6a9308e
1
2
3
4
5
6
7
8
9
package com.ruoyi.account.wx.pojo;
 
import lombok.Data;
 
@Data
public class Watermark {
    private String appid;
    private String timestamp;
}