CZT
2023-09-15 0a1bc5609a3859ff22102b36b8fb65ba2addc884
src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogApply.java
文件名从 src/main/java/com/fzzy/async/fzzy40/entity/Fz4DrugLogApply.java 修改
@@ -17,14 +17,13 @@
@Entity
@Data
@Table(name = "D_DRUG_LOG_APPLY")
public class Fz4DrugLogApply implements Serializable {
public class Fz40DrugLogApply implements Serializable {
    @Id
    @Column(name = "xzbm", length = 4)
    @PropertyDef(label = "鐔忚捀澶囨缂栧彿", description = "4浣嶉『搴忓彿")
    private String xzbm;
    @Id
    @Column(name = "DEPT_ID_", length = 21)
    @PropertyDef(label = "搴撳尯浠g爜")
    private String deptId;
@@ -33,7 +32,6 @@
    @PropertyDef(label = "缁勭粐缂栫爜")
    private String companyId;
    @Id
    @Column(name = "tbrq")
    @PropertyDef(label = "濉姤鏃ユ湡")
    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8")