xuhy
2024-08-22 de7195fd0904ad3d7bcb45e70feb9bfcad758d44
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;
}