add stat for general scription model
This commit is contained in:
parent
9e1ada1e7c
commit
b2a3ae7d09
@ -34,6 +34,8 @@ export class GeneralScriptionClass extends BaseModule {
|
|||||||
public value: string
|
public value: string
|
||||||
@prop()
|
@prop()
|
||||||
public input: string
|
public input: string
|
||||||
|
@prop({ default: 0 })
|
||||||
|
public stat: number
|
||||||
|
|
||||||
public static async saveEvent(event: any) {
|
public static async saveEvent(event: any) {
|
||||||
const dataStr = hexToUtf8(event.input)
|
const dataStr = hexToUtf8(event.input)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user