修改印花scale数据类型为数组

This commit is contained in:
2025-02-07 14:57:28 +08:00
parent e90979bbdc
commit e2e9201fdd
7 changed files with 14 additions and 14 deletions

View File

@@ -41,7 +41,7 @@ public class DesignItemDetailPrint {
/**
* 印花缩放比例
*/
private Double scale;
private Double[] scale;
/**
* 印花旋转角度
*/

View File

@@ -19,7 +19,7 @@ public class SubscriptionInfo extends BaseEntity{
// month || year
private String type;
// active || expired
// active || canceled
private String status = "active";
private byte cancelNotified = (byte)0;