YYC
2023-07-26 306e2714266cef35638514f05cf4f643857608d9
igds-recir/src/main/java/com/ld/igds/models/DrugApply.java
@@ -1,5 +1,6 @@
package com.ld.igds.models;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Column;
@@ -12,16 +13,16 @@
import com.bstek.dorado.annotation.PropertyDef;
/**
 * 环流熏蒸-药品出入库
 * 环流熏蒸-药品申请
 * 
 * @ClassName: DrugInOut
 * @date 2018年3月9日 下午3:46:24
 * @version 1.0
 * @ClassName: DrugApply
 * @date 2018年3月9日 下午3:46:24
 */
@Data
@Entity
@Table(name = "D_DRUG_APPLY")
public class DrugApply {
public class DrugApply implements Serializable {
   
   
   public static final String STATUS_APPLY = "APPLY";