2024-03-11 合同发票修改
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
namespace Model
|
||||
{
|
||||
public class ApproveManModel
|
||||
{
|
||||
public int Number
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string userid
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string Rolename
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user