无关风月
2024-08-22 a67a0b5e3cfa219d1ea92b56965632e63dcbef9b
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;
}