首营资质同步问题
parent
fd36b2050c
commit
95415b77d3
@ -0,0 +1,25 @@
|
||||
package com.glxp.sale.admin.entity.sync;
|
||||
|
||||
import cn.hutool.core.util.StrUtil;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class SupCertSetEntity {
|
||||
|
||||
private Integer id;
|
||||
private String name;
|
||||
private boolean need;
|
||||
private Integer foreign;
|
||||
private String cplx;
|
||||
private String hchzsb;
|
||||
private String flbm;
|
||||
private Integer imports;
|
||||
private String remark;
|
||||
private Date updateTime;
|
||||
private Integer type;
|
||||
private boolean isPass;
|
||||
}
|
Loading…
Reference in New Issue