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.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
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 ;
/**
* 采购类型 1:入账产品; 2: 预验收产品; 3: 寄售产品
*/
private Integer purType ;
/**
* 产品属性类型 0:未定义; 1: 设备( 用于设备管理); 2: 耗材; 3.伴随服务费
*/
private Integer attributeType ;
/**
* 产品分类高值 : 1: 高值耗材; 2.普通耗材
*/
private Integer hcType ;
private String supName ;
private String originUuid ;
private String price ;
private String modifyTime ; //修改时间
private Boolean isStack ;
private Boolean useMuti ; //是否多次使用
private Integer useNum ; //最小包装单元可使用次数
private Boolean dispatch ;
private Boolean groupBuy ;
//是否集采产品
private Integer isDateBy ;
private Boolean needCert ; //是否需要资质材料
private String certIdFk ;
}