init: init proj
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package com.lukouguoji.gnj.common
|
||||
|
||||
interface MitCommon {
|
||||
/**
|
||||
* 舱单
|
||||
*/
|
||||
interface AccidentVisa {
|
||||
interface Ref {
|
||||
companion object {
|
||||
const val read = "1"//查看
|
||||
}
|
||||
}
|
||||
interface Info {
|
||||
companion object {
|
||||
const val read = "1"//查看
|
||||
const val add = "2"//新增
|
||||
const val update = "3"//修改
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user