LiFan
2024-07-08 82d21bb5c6d0dedc5599a5cf61d19c7eee1f7ef5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#pragma once
 
#include <wobject/xstring.hpp>
#include <wobject/xaserverarg.hpp>
#include <win32/win.hpp>
#include <vbusiness/vutil/publiccode.vutil.vbusiness.hpp>
#include <wobject/xurl.hpp>
#include <xcontrol/xdwgrid.hpp>
#include <xcontrol/xdwtable.hpp>
#include <view.base.hpp>
 
class SupplierView: public ViewObject
{
public:
    static string GetEntityName(int pr)
    {
        return L"SupplierV3";
    }
 
};