|
|
|
@ -12,8 +12,8 @@ import java.util.Date;
|
|
|
|
|
@TableName(value = "thr_corp")
|
|
|
|
|
public class ThrCorpEntity {
|
|
|
|
|
|
|
|
|
|
@TableId(value = "id", type = IdType.AUTO)
|
|
|
|
|
private Integer id;
|
|
|
|
|
@TableId(value = "id", type = IdType.INPUT)
|
|
|
|
|
private Long id;
|
|
|
|
|
|
|
|
|
|
@TableField(value = "unitId")
|
|
|
|
|
private String unitId;
|
|
|
|
|