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.
udi-wms-java/src/main/java/com/glxp/api/res/basic/BasicSkPrescribeDiResponse....

121 lines
1.6 KiB
Java

package com.glxp.api.res.basic;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import lombok.Data;
import java.math.BigDecimal;
@Data
public class BasicSkPrescribeDiResponse {
/**
*
*/
private Long id;
/**
*
*/
private Long pId;
/**
*
*/
private String sickerCode;
/**
*
*/
private String prescribeCode;
/**
*
*/
private String adNum;
/**
* id
*/
private Long relId;
/**
* DI
*/
private String nameCode;
private String diCode;
/**
*
*/
private String thrName;
/**
*
*/
private String thrCode;
/**
*
*/
private String measureCount;
/**
*
*/
private String measureUnit;
/**
*
*/
private String category;
/**
*
*/
private String frequency;
/**
*
*/
private Integer count;
/**
*
*/
private BigDecimal price;
/**
*
*/
private String ggxh;
/**
*
*/
private String remark;
/**
*
*/
private BigDecimal amount;
private String zczbhhzbapzbh;
private String manufactory;
private String cpmctymc;
/**
*
*/
private Integer realCount;
/**
*
*/
private BigDecimal realPrice;
}