You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
package com.glxp.api.req.basic;
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
@Data
|
|
|
|
public class UdiRelevanceRequest {
|
|
|
|
|
|
|
|
private String id;
|
|
|
|
private String thirdId;
|
|
|
|
private String thirdName;
|
|
|
|
private String uuid;
|
|
|
|
private Boolean isUseDy;
|
|
|
|
private String updateTime;
|
|
|
|
private String thirdId1;
|
|
|
|
private String thirdId2;
|
|
|
|
private String thirdId3;
|
|
|
|
private String thirdId4;
|
|
|
|
private String thirdName1;
|
|
|
|
private String thirdName2;
|
|
|
|
private String thirdName3;
|
|
|
|
private String thirdName4;
|
|
|
|
private String manufactory;
|
|
|
|
private String measname;
|
|
|
|
private String ybbm;
|
|
|
|
private String sptm;
|
|
|
|
private Boolean isDisable;
|
|
|
|
private Boolean isLock;
|
|
|
|
private String mainId;
|
|
|
|
private String mainName;
|
|
|
|
private Integer lockStatus;
|
|
|
|
private String udplatCode;
|
|
|
|
private Boolean isAdavence;
|
|
|
|
private String supName;
|
|
|
|
private String originUuid;
|
|
|
|
private String price;
|
|
|
|
private String modifyTime; //修改时间
|
|
|
|
|
|
|
|
private Boolean useMuti; //是否多次使用
|
|
|
|
private Integer useNum; //最小包装单元可使用次数
|
|
|
|
|
|
|
|
private Boolean dispatch;
|
|
|
|
private Boolean groupBuy;
|
|
|
|
//是否集采产品
|
|
|
|
private Integer isDateBy;
|
|
|
|
private Boolean needCert; //是否需要资质材料
|
|
|
|
|
|
|
|
private String certIdFk;
|
|
|
|
|
|
|
|
|
|
|
|
}
|