6 changed files with 9 additions and 18 deletions
@ -1,14 +0,0 @@ |
|||||
package com.epmet.constant; |
|
||||
|
|
||||
public interface IcResiUserConstant { |
|
||||
// origin:变动:change; 迁出:out; 死亡:died; 出生birth; 迁入:in
|
|
||||
String CHANGE = "change"; |
|
||||
String OUT = "out"; |
|
||||
String DIED = "died"; |
|
||||
String BIRTH = "birth"; |
|
||||
String IN = "in"; |
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
} |
|
Loading…
Reference in new issue