|
|
|
package com.glxp.api.res.system;
|
|
|
|
|
|
|
|
import com.glxp.api.entity.sync.SyncDataBustypeEntity;
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
@Data
|
|
|
|
public class SyncDataSetResponse {
|
|
|
|
private Integer id;
|
|
|
|
private boolean typeBus;
|
|
|
|
private boolean typeScan;
|
|
|
|
private boolean typeThird;
|
|
|
|
private boolean basicProducts;
|
|
|
|
private boolean basicCorp;
|
|
|
|
private boolean basicInv;
|
|
|
|
private boolean basicThirdProducts;
|
|
|
|
private boolean basicThirdCorp;
|
|
|
|
private boolean basicThirdInv;
|
|
|
|
private boolean basicThirdBusOrder;
|
|
|
|
private boolean dbDiProducts;
|
|
|
|
private boolean downstreamEnable;
|
|
|
|
private boolean orderScanFinish;
|
|
|
|
private boolean orderUnReceive;
|
|
|
|
private boolean orderUnCheck;
|
|
|
|
private Integer syncTime;
|
|
|
|
private String syncIp;
|
|
|
|
private Integer syncDownloadTime; //定时下载时间
|
|
|
|
private boolean sysUser;
|
|
|
|
|
|
|
|
private List<SyncDataBustypeEntity> busTypes;
|
|
|
|
|
|
|
|
private String orderSyncStart;
|
|
|
|
private String basicSyncStart;
|
|
|
|
private boolean entrustAction;
|
|
|
|
private Integer orderSyncTime;
|
|
|
|
private Integer orderSyncDlTime;
|
|
|
|
private Integer delaySyncTime;
|
|
|
|
|
|
|
|
|
|
|
|
private boolean unCheckCert;
|
|
|
|
private boolean checkedCert;
|
|
|
|
private boolean companyCert;
|
|
|
|
private boolean manufacturerCert;
|
|
|
|
private boolean productCert;
|
|
|
|
}
|