🎨 优化部分代码

This commit is contained in:
Binary Wang
2023-07-08 19:23:26 +08:00
parent 736fbd3ed8
commit e621bb1828
6 changed files with 23 additions and 23 deletions

View File

@@ -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;
/**

View File

@@ -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;
/**