|
@@ -274,6 +274,12 @@ public class GoodsDon extends BaseEntity {
|
|
|
*/
|
|
*/
|
|
|
private String classifyPurchaseNotify;
|
|
private String classifyPurchaseNotify;
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 头部标签
|
|
|
|
|
+ */
|
|
|
|
|
+ @TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
|
|
+ private String headerTag;
|
|
|
|
|
+
|
|
|
@AllArgsConstructor
|
|
@AllArgsConstructor
|
|
|
@Getter
|
|
@Getter
|
|
|
public enum SpecialType {
|
|
public enum SpecialType {
|