天宫达人
parent
175b75a796
commit
0dc8d8c5b8
|
@ -0,0 +1,21 @@
|
||||||
|
package com.ljsd.jieling.logic.activity;
|
||||||
|
|
||||||
|
import com.ljsd.jieling.logic.dao.root.User;
|
||||||
|
import com.ljsd.jieling.util.ToolsUtil;
|
||||||
|
import config.SGlobalActivity;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author lvxinran
|
||||||
|
* @date 2020/9/16
|
||||||
|
* @discribe
|
||||||
|
*/
|
||||||
|
public class ExpeditionExpert extends ExpectRankActivity {
|
||||||
|
|
||||||
|
|
||||||
|
public ExpeditionExpert(int id) {
|
||||||
|
super(id);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue