Blame view

src/main/java/com/songshu/mongo/service/UpdateTingcheService.java 312 Bytes
a076131a   陈威   初始化提交
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
package com.songshu.mongo.service;

public interface UpdateTingcheService {


    void updateTjTcsjtjn();


    void updateTjCljrsctjn();


    void updateTjCljrsctjy();


    void updateTjCljrsctjr();


    void updateTjJrcrktcsj();


    void updateTjParkingPayment();


    void updateTjVehicleRecords();


}