mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🎨 优化部分代码
This commit is contained in:
@@ -12,13 +12,11 @@ import java.io.Serializable;
|
||||
* 通用通知实体
|
||||
*
|
||||
* @author yuanbo
|
||||
* @create 2022-04-26-21:33 PM
|
||||
* @since 2022-04-26-21:33 PM
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
public class ProfitSharingNotifyData implements Serializable{
|
||||
|
||||
|
||||
private static final long serialVersionUID = 4242383310854692441L;
|
||||
|
||||
/**
|
||||
|
||||
@@ -12,13 +12,11 @@ import java.io.Serializable;
|
||||
* 分账动账通知解密后数据实体
|
||||
*
|
||||
* @author yuanbo
|
||||
* @create 2022-04-26-21:08 PM
|
||||
* @since 2022-04-26-21:08 PM
|
||||
*/
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
public class ProfitSharingNotifyResult implements Serializable {
|
||||
|
||||
|
||||
private static final long serialVersionUID = -2875006651351414624L;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user