涂煌豪
2022-04-27 6eba7bb302e37ebeac15457388fc227e914c5fff
1
2
3
4
5
6
7
8
@isTest
private class UpdateNFM110Test {
    static testMethod void testMethod1() {
        UpdateNFM110 contrl = new UpdateNFM110();
        contrl.testclass();
    }
    
}