|
|
|
@ -5,6 +5,7 @@ import io.swagger.annotations.Api;
|
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
|
|
import org.hibernate.annotations.ColumnDefault;
|
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
|
import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
|
|
|
|
@ -36,6 +37,7 @@ public class IfPartCheckCustomerLabelDetail extends BaseBean {
|
|
|
|
|
private String customerLabel;
|
|
|
|
|
|
|
|
|
|
@Column(name = "SYNC_STATUS")
|
|
|
|
|
@ColumnDefault("10")
|
|
|
|
|
@ApiParam("同步状态")
|
|
|
|
|
private Integer syncStatus;
|
|
|
|
|
|
|
|
|
|