|
@@ -8,21 +8,13 @@ import org.dromara.common.tenant.core.TenantEntity;
|
|
|
|
|
|
@Data
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
-@TableName("fa_kuyou_sets")
|
|
|
+@TableName("fa_kuyou_shaohua_price")
|
|
|
public class ShaoHua extends TenantEntity {
|
|
|
/**
|
|
|
* 烧花ID
|
|
|
*/
|
|
|
@TableId("id")
|
|
|
- private Long id;
|
|
|
- /**
|
|
|
- * 烧花英文名称
|
|
|
- */
|
|
|
- private String name;
|
|
|
- /**
|
|
|
- * 烧花中文名称
|
|
|
- */
|
|
|
- private String nikename;
|
|
|
+ private int id=1;
|
|
|
/**
|
|
|
* 烧花单价
|
|
|
*/
|