Commit fae6c829 authored by zhushanglei's avatar zhushanglei

信息查询

parent f933f360
package cn.minestar.agriculture.dto;
import cn.minestar.common.annotation.Excel;
import lombok.Data;
import javax.validation.constraints.NotNull;
@Data
public class WxMiniInfoDto {
private String focus;
@NotNull
private Long labelId;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment