微信接口开发
This commit is contained in:
@ -20,7 +20,6 @@ public class SysWxUserInfo {
|
||||
*/
|
||||
private String openid;
|
||||
|
||||
@JsonIgnore
|
||||
private Long cusId;
|
||||
|
||||
private String customerId;
|
||||
|
@ -0,0 +1,17 @@
|
||||
package com.stdiet.custom.domain.wechat;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
@Data
|
||||
public class WxPostRecipesMessage {
|
||||
|
||||
String name;
|
||||
|
||||
Date startDate;
|
||||
|
||||
Date endDate;
|
||||
|
||||
String remark;
|
||||
}
|
Reference in New Issue
Block a user