export default class Sign { constructor() { this.data = { ptyextkey: "", ptynam: "", fromflg: "", sinsta: "", sintime: new Date(), ntfsta: "", remark: "", } } } export const Pattern = { "remark": [ { "max": 100, "message": "最大长度100个字符", "trigger": "blur" } ], }