This commit is contained in:
huangdeliang
2020-11-24 21:59:13 +08:00
parent 78980120e7
commit cacbdaa045
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,9 @@
package com.ruoyi.custom.domain;
import java.io.Serializable;
public class WxPush implements Serializable {
private static final long serialVersionUID = 1L;
}