Commit 5968e325 authored by suhuiguang's avatar suhuiguang

1.事务回滚调整

2.调整为baseEntry为common
parent 59c1cf45
package com.yeejoin.amos.boot.module.tzs.api.entity;
import java.util.Date;
import com.yeejoin.amos.boot.biz.common.entity.BaseEntity;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
import org.typroject.tyboot.core.rdbms.orm.entity.BaseEntity;
import java.util.Date;
/**
* 企业数据信息
......@@ -13,15 +17,16 @@ import org.typroject.tyboot.core.rdbms.orm.entity.BaseEntity;
* @author duanwei
* @date 2022-08-10
*/
@Data
@EqualsAndHashCode(callSuper = true)
@Accessors(chain = true)
@ApiModel(value="TzBaseEnterpriseInfo对象", description="企业数据信息")
@ApiModel(value = "TzBaseEnterpriseInfo对象", description = "企业数据信息")
public class TzBaseEnterpriseInfo extends BaseEntity {
private static final long serialVersionUID = 1L;
@ApiModelProperty(value = "使用单位唯一标识")
private String useUnitCode;
......@@ -116,8 +121,6 @@ public class TzBaseEnterpriseInfo extends BaseEntity {
private String appId;
@ApiModelProperty(value = "管辖机构")
private String governingBody;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment