diff --git a/app/src/main/java/com/qhclh/ytzh/work/productiondailyw/WriteDActivity.java b/app/src/main/java/com/qhclh/ytzh/work/productiondailyw/WriteDActivity.java new file mode 100644 index 0000000..a561896 --- /dev/null +++ b/app/src/main/java/com/qhclh/ytzh/work/productiondailyw/WriteDActivity.java @@ -0,0 +1,29 @@ +package com.qhclh.ytzh.work.productiondailyw; + +import com.qhclh.ytzh.base.BaseActivity; + +/** + * Created by 青花瓷 on 2017/12/19. + */ + +public class WriteDActivity extends BaseActivity { + @Override + protected int setLayoutId() { + return 0; + } + + @Override + protected void initView() { + + } + + @Override + protected void initData() { + + } + + @Override + protected void initOper() { + + } +}