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-spms-java/src/main/java/com/glxp/api/req/basic/UpdateLevelDrugRequest.java

36 lines
578 B
Java

8 months ago
package com.glxp.api.req.basic;
import lombok.Data;
@Data
public class UpdateLevelDrugRequest {
private Long id;
/**
*
*/
private String nameCode;
/**
*
*/
private Integer packLevel;
/**
*
*/
private String packUnit;
/**
*
*/
private String sjcpbm;
/**
*
*/
private String bhxjcpbm;
/**
*
*/
private Integer bhxjsl;
private Long relId;
private String uuid;
}