mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 15:55:18 +08:00
添加字段
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package cn.lihongjie.coal.coalAnalysis.dto;
|
||||
|
||||
import cn.lihongjie.coal.base.dto.OrgCommonDto;
|
||||
import cn.lihongjie.coal.coalInfo.entity.CoalInfoEntity;
|
||||
import cn.lihongjie.coal.coalInfo.dto.CoalInfoDto;
|
||||
import cn.lihongjie.coal.common.DictCode;
|
||||
import cn.lihongjie.coal.pojoProcessor.DictTranslate;
|
||||
|
||||
@@ -15,7 +15,7 @@ import java.util.Map;
|
||||
@Data
|
||||
public class CoalAnalysisDto extends OrgCommonDto {
|
||||
@Comment("关联的煤源信息")
|
||||
private CoalInfoEntity coalInfo;
|
||||
private CoalInfoDto coalInfo;
|
||||
|
||||
@Comment("归档状态")
|
||||
private String archiveStatus;
|
||||
|
||||
Reference in New Issue
Block a user