|
@@ -96,35 +96,35 @@ public class Assets extends BaseEntity {
|
|
|
* 是否证券项目(0:Y 1:N)
|
|
|
*/
|
|
|
@ImportCell
|
|
|
- @ExportCell(columnName = "是否证券项目(0:Y 1:N)")
|
|
|
+ @ExportCell(columnName = "是否证券项目(0:N 1:Y)")
|
|
|
private Boolean security;
|
|
|
|
|
|
/**
|
|
|
* 是否资产重组项目(0:Y 1:N)
|
|
|
*/
|
|
|
@ImportCell
|
|
|
- @ExportCell(columnName = "是否资产重组项目(0:Y 1:N)")
|
|
|
+ @ExportCell(columnName = "是否资产重组项目(0:N 1:Y)")
|
|
|
private Boolean significantAssetsReorganization;
|
|
|
|
|
|
/**
|
|
|
* 是否国资项目(0:Y 1:N)
|
|
|
*/
|
|
|
@ImportCell
|
|
|
- @ExportCell(columnName = "是否国资项目(0:Y 1:N)")
|
|
|
+ @ExportCell(columnName = "是否国资项目(0:N 1:Y)")
|
|
|
private Boolean stateAssets;
|
|
|
|
|
|
/**
|
|
|
* 是否涉及境外资产(0:Y 1:N)
|
|
|
*/
|
|
|
@ImportCell
|
|
|
- @ExportCell(columnName = "是否涉及境外资产(0:Y 1:N)")
|
|
|
+ @ExportCell(columnName = "是否涉及境外资产(0:N 1:Y)")
|
|
|
private Boolean foreignAssetsInvolved;
|
|
|
|
|
|
/**
|
|
|
* 是否分配产值
|
|
|
*/
|
|
|
@ImportCell
|
|
|
- @ExportCell(columnName = "是否分配产值")
|
|
|
+ @ExportCell(columnName = "是否分配产值(0:N 1:Y)")
|
|
|
private Boolean dispenseBenefit;
|
|
|
|
|
|
/**
|