| File was renamed from drone-service/drone-gd/src/main/java/org/sxkj/gd/implementation/dto/GdImplementationListDTO.java |
| | |
| | | * this software without specific prior written permission. |
| | | * Author: Chill 庄骞 (smallchill@163.com) |
| | | */ |
| | | package org.sxkj.gd.implementation.dto; |
| | | package org.sxkj.gd.implement.dto; |
| | | |
| | | import java.io.Serializable; |
| | | import org.sxkj.gd.implementation.entity.GdImplementationListEntity; |
| | | import org.sxkj.gd.implement.entity.GdThingListMaterialRelEntity; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | |
| | | /** |
| | | * 实施清单表(实时清单管理) 数据传输对象实体类 |
| | | * 实施清单-材料关联表(情形化配置) 数据传输对象实体类 |
| | | * |
| | | * @author lw |
| | | * @since 2026-01-14 |
| | | * @author Aix |
| | | * @since 2026-01-31 |
| | | */ |
| | | @Data |
| | | @EqualsAndHashCode(callSuper = true) |
| | | public class GdImplementationListDTO extends GdImplementationListEntity implements Serializable { |
| | | public class GdThingListMaterialRelDTO extends GdThingListMaterialRelEntity { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | } |