update 合并代码
This commit is contained in:
+5
@@ -40,6 +40,11 @@ public class SarFileSplitItemsVal implements Serializable {
|
||||
*/
|
||||
@ApiModelProperty("条目内容")
|
||||
private String itemContent;
|
||||
/**
|
||||
* 译文
|
||||
*/
|
||||
@ApiModelProperty("译文")
|
||||
private String translation;
|
||||
/**
|
||||
* 排序
|
||||
*/
|
||||
|
||||
@@ -18,4 +18,6 @@ public class FileSpiltValTableExportDto {
|
||||
private List<List<SarFileSplitItemsTableEO>> tableEOList;
|
||||
|
||||
private String tableHtCon;
|
||||
|
||||
private String tableHtConTranslation;
|
||||
}
|
||||
|
||||
@@ -13,4 +13,6 @@ public class FileSplitValImgExportDto {
|
||||
private String imgName;
|
||||
|
||||
private String imgPath;
|
||||
|
||||
private String imgPathTranslation;
|
||||
}
|
||||
|
||||
@@ -39,6 +39,11 @@ public class SarFileSplitItemsValEO implements Serializable {
|
||||
*/
|
||||
@ApiModelProperty("条文内容")
|
||||
private String itemContent;
|
||||
/**
|
||||
* 译文
|
||||
*/
|
||||
@ApiModelProperty("译文")
|
||||
private String translation;
|
||||
/**
|
||||
* 有效标识
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user