13 lines
466 B
C#
13 lines
466 B
C#
/////////////////////////////////////////////////////////////////////////////////
|
|
// 宁波拓通e智造平台 ToTong Next Builder //
|
|
// https://git.tuotong-tech.com/tnb/tnb.server //
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
namespace Tnb.Vengine.Domain;
|
|
|
|
|
|
public class VmCalProp : VmBaseProp
|
|
{
|
|
public string calculate { get; set; } = string.Empty;
|
|
}
|