Class Subscription
java.lang.Object
io.github.xezzon.zeroweb.subscription.Subscription
- All Implemented Interfaces:
io.github.xezzon.zeroweb.common.jpa.IEntity<String>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription获取订阅状态,如果状态为 null 则返回 NONEMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.xezzon.zeroweb.common.jpa.IEntity
getId
-
Field Details
-
TABLE_NAME
-
OPENAPI_CODE_COLUMN
-
APP_ID_COLUMN
-
STATUS_COLUMN
-
-
Constructor Details
-
Subscription
public Subscription()
-
-
Method Details
-
getSubscriptionStatus
-