更新9.25

This commit is contained in:
许允枞 2024-09-25 17:49:43 +08:00
parent 734e0223ed
commit 23663fabc2

View File

@ -128,5 +128,15 @@ public class IntegralGift extends BaseEntity {
*/
private Integer storeId;
/**
* 兑换说明
*/
private String exchangeInstructions;
/**
* 使用须知
*/
private String useInstructions;
}