无关风月
2024-09-29 965af8a1b7b7470a1d3659fb9efed1da21713a1c
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;
}