|
|
|
|
24
|
public class UnitsFiles implements Serializable,Cloneable{
|
24
|
public class UnitsFiles implements Serializable,Cloneable{
|
25
|
/** ID */
|
25
|
/** ID */
|
26
|
@ApiModelProperty(name = "ID",notes = "")
|
26
|
@ApiModelProperty(name = "ID",notes = "")
|
27
|
- @TableId(value = "id", type = IdType.INPUT)
|
|
|
|
|
27
|
+ @TableId(value = "id", type = IdType.AUTO)
|
28
|
private Integer id ;
|
28
|
private Integer id ;
|
29
|
/** 机构ID */
|
29
|
/** 机构ID */
|
30
|
@ApiModelProperty(name = "机构ID",notes = "")
|
30
|
@ApiModelProperty(name = "机构ID",notes = "")
|