added iris code db support

This commit is contained in:
strawmanbobi
2020-05-10 17:45:10 +08:00
parent 1174838f00
commit ddad2de39e
4 changed files with 294 additions and 62 deletions

View File

@@ -44,6 +44,13 @@ function Enums() {
this.ADMIN_TYPE_IREXT = 1;
this.ADMIN_TYPE_EXTERNAL = 2;
this.COLLECT_REMOTE_STATUS_INIT = 0;
this.COLLECT_REMOTE_STATUS_GENERATED = 1;
this.COLLECT_REMOTE_STATUS_CONFIRMED = 2;
this.COLLECT_REMOTE_STATUS_UPLOADED = 3;
this.COLLECT_REMOTE_STATUS_PUBLISHED = 4;
this.COLLECT_REMOTE_STATUS_DUPLICATED = 5;
}
module.exports = Enums;